2016-11-04 47 views

回答

2

命令:

git config --global alias.co checkout 

將創建一個git的別名來做到這一點。它將添加以下進入全局〜/的.gitconfig文件:

[alias] 
    co = checkout