clarify merge/rebase

This commit is contained in:
Tommy Parnell
2015-07-10 13:12:05 -04:00
parent b2d31d81f8
commit 7c90a98b18

View File

@@ -32,7 +32,7 @@ merge/rebase a branch into current branch by doing the following
`git fetch --all` (fetch all changes from remote server)
`git merge/rebase origin/BranchNameToMergeFrom` (merge in the changes from the remote branch)
`git merge origin/BranchNameToMergeFrom` OR `git rebase origin/BranchNameToMergeFrom` (merge in the changes from the remote branch)
### Rebase or merge