Changes between Version 17 and Version 18 of UsingGitHub
- Timestamp:
- Mar 16, 2012, 5:51:09 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsingGitHub
v17 v18 29 29 If you never modify your local master branch, merging upstream/master will always be a fast-forward merge (i.e., no merge conflicts). You can then merge these new commits into your in-flight feature branches as you normally would with git. 30 30 31 == Rebase from master ==31 == Rebase from upstream/master == 32 32 33 33 1. Make sure all commits are complete on your awesomefeature branch.