git pull orgin master 簡化爲 git pull

通過git config進行如下配置:

git config branch.master.remote origin
git config branch.master.merge refs/heads/master

加上–global選項,將對全部項目應用該配置。

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