Skip to content

Instantly share code, notes, and snippets.

@vizio360
Created March 4, 2013 22:13
Show Gist options
  • Save vizio360/5086176 to your computer and use it in GitHub Desktop.
Save vizio360/5086176 to your computer and use it in GitHub Desktop.
Git Aliases
[alias]
lc = log ORIG_HEAD.. --stat --no-merges --oneline
cm = checkout master
co = checkout
a = add
aa = add --all
c = commit -m
s = status
rb = branch -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment