Last active
June 26, 2017 15:25
-
-
Save Isabellle/1398652200a4b15b525eb21bf385c0fc to your computer and use it in GitHub Desktop.
Git Common Commands
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
Delete branch | |
git push origin --delete branchname | |
Force refresh of remote branch and list them | |
git fetch | |
git branch --all | |
Merge a branch onto another one | |
Merge branch 'branchname' into dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment