#git-repository #git-clone #git-branch #http #url #command-line-tool #github

app gitc

一个命令行工具,可以帮助您使用http URL甚至分支克隆git仓库

5个版本

0.1.4 2024年1月6日
0.1.3 2024年1月3日
0.1.2 2024年1月3日
0.1.1 2024年1月2日
0.1.0 2024年1月2日

#1001 in 网络编程

MIT许可证

8KB
145 代码行

git-c

Crates.io

不仅可以使用git url(例如:[email protected]:<group>/<project>.git),还可以使用http url(例如:https://github.com/<group>/<project>/tree/<branch>)。快速克隆特殊分支的仓库非常有用。

用法

支持http url

gitc https://github.com/<group>/<project>

# run the command: git clone [email protected]:<group>/<project>.git

甚至支持分支

gitc https://github.com/<group>/<project>/tree/<branch>

# run the command: git clone [email protected]:<group>/<project>.git -b <branch>

也支持ssh url

gitc https://github.com/<group>/<project>.git

# run the command: git clone https://github.com/<group>/<project>.git

gitc [email protected]:<group>/<project>.git

# run the command: git clone [email protected]:<group>/<project>.git

许可证

MIT

依赖项

~2–10MB
~91K SLoC