Skip to content

Instantly share code, notes, and snippets.

@Isabellle
Last active June 26, 2017 15:25
Show Gist options
  • Save Isabellle/1398652200a4b15b525eb21bf385c0fc to your computer and use it in GitHub Desktop.
Save Isabellle/1398652200a4b15b525eb21bf385c0fc to your computer and use it in GitHub Desktop.
Git Common Commands
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