Skip to content

Instantly share code, notes, and snippets.

@dotnetchris
Created May 31, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotnetchris/75346b4d18dd10fcb07db2586cde8fa0 to your computer and use it in GitHub Desktop.
Save dotnetchris/75346b4d18dd10fcb07db2586cde8fa0 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
branches = branch
syncdev = "!git fetch origin; git merge origin/development"
up-c = checkout -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment