Skip to content

Instantly share code, notes, and snippets.

@webspectyler
Created November 14, 2013 19:40
Show Gist options
  • Save webspectyler/7473024 to your computer and use it in GitHub Desktop.
Save webspectyler/7473024 to your computer and use it in GitHub Desktop.
Git aliases
s = status
a = add
co = checkout
cm = commit
unadd = reset HEAD
df = diff -w
ds = diff --staged
st = status -sb
amend = commit --amend -C HEAD
undo = reset --soft HEAD^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment