Last active
January 17, 2017 13:11
-
-
Save rodde177/4c948a3f7863d5720993 to your computer and use it in GitHub Desktop.
GIT MERGE
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 fetch [i master] | |
| git checkout *** [min branch] | |
| git pull origin *** [min branch] | |
| *om allt funkar* | |
| git checkout master | |
| git merge [min branch] | |
| git push origin master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment