Created
November 13, 2016 13:29
-
-
Save Vesely/b28f33dab0b0c389d0feede54b71f721 to your computer and use it in GitHub Desktop.
Marge a git branch to master
This file contains hidden or 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
git checkout master | |
git pull origin master | |
git merge TEST | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment