Daily Archives: 2011年10月24日

给 git push 和 git pull 设置默认仓库

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?

Posted in Git | Leave a comment