2010年4月2日

git 基本工作流程


1: git-clone
2: git-branch xx-branch
3: git-checkout xx-branch
4: 做开发.................
5: git-add file(开发相关文件)
6: git-commit       (5和6可以利用git-commit -a 完成)
7: git-checkout master
8: git-pull
9: git-checkout xx-branch
10: git-rebase master
11: git-format-patch master


网址:http://git.printk.org/

> <

@2008 - * yaowu is here.