Sah*_*and 14 git
是否有可能默认git clone做git clone --recursive?
git clone
git clone --recursive
lin*_*ize 11
不,这是不可能的,请参阅:
是否可以通过git别名覆盖git命令?
但是,您可以定义类似的代码:
git config --global alias.cloner "clone --recursive"
然后
git cloner http://localhost/yyy.git
归档时间:
11 年,11 月 前
查看次数:
1549 次
最近记录:
8 年,4 月 前