Skip to content

Instantly share code, notes, and snippets.

@JoeChapman
Created November 10, 2012 21:29
Show Gist options
  • Save JoeChapman/4052577 to your computer and use it in GitHub Desktop.
Save JoeChapman/4052577 to your computer and use it in GitHub Desktop.
Simple GIT alias in .gitconfig
[alias]
st = status
ci = commit
br = branch
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment