分类
- Actionscript (3)
- Git (3)
- Javascript (1)
- Life (30)
- Mac OS (6)
- PHP (3)
- Python (1)
- Ruby (2)
- Server (9)
标签
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