git 快捷鍵全局設置

git config --global alias.pl pull        pl 代表 pull 

git config --global alias.ps push        ps 代表 push

git config --global alias.cm commit        cm 代表 commit

git config --global alias.ck checkout        ck 代表 checkout 

git config --global alias.br branch       br 代表 branch 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章