Created
September 6, 2017 08:28
-
-
Save cod3cow/9e828776502faceb8f59b13d5b5f6fbb to your computer and use it in GitHub Desktop.
merge branch to master in git
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
// merge branch test to master | |
git checkout master | |
git pull origin master | |
git merge test | |
git push origin master | |
git branch -d test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment