随笔分类 - Git
摘要:References [1] http://nvie.com/posts/a-successful-git-branching-model/ A golden git workflow: Branches feature/*: feature branches that are worked on
阅读全文
摘要:Useful Commands git diff <origin/branch>...HEAD - what is waiting to be pushed git diff HEAD - what is not committed and not in the index git diff --c
阅读全文