Created
May 23, 2011 15:51
-
-
Save markbirbeck/986925 to your computer and use it in GitHub Desktop.
Merge changes after a pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Get Jeremy's changes into a local branch: | |
# | |
git checkout -b jeremyfrench-master master | |
git pull [email protected]:jeremyfrench/chef-repo.git master | |
# | |
# Merge the changes onto the master branch, but roll-up, and leave in working directory: | |
# | |
git checkout master | |
git merge --squash jeremyfrench-master | |
# | |
# Commit the changes with appropriate attribution: | |
# | |
git commit --author "jeremyfrench <[email protected]>" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment