在.gitconfig中设置参数 [alias] pre = !cd 某个目录;然后能运行但是不会跳转到目录下,求解
習慣沉默
習慣沉默 2017-05-02 09:44:27
0
1
630

因为想快捷操作git;所以想用别名来解决结果无法实现:

然后再用 git pre 命令

并不会跳转到指定目录中

其他如 ls -a ;git pull等设置别名都没有问题
唯独 cd 命令不行……

習慣沉默
習慣沉默

Antworte allen(1)
Ty80

git alias是自己的進程, 在子進程cd不會影響到父進程(你的shell)

你可以寫個shell函數或shell alias

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage