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 网络编程
8KB
145 代码行
git-c
不仅可以使用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