git config –global branch.master.remote origin
git config –global branch.master.merge refs/heads/master
参考:
git pull的默认地址
How do you get git to always pull from a specific branch?
git config –global branch.master.remote origin
git config –global branch.master.merge refs/heads/master
参考:
git pull的默认地址
How do you get git to always pull from a specific branch?