Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Created April 13, 2015 12:07
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 lesniakania/07d227c48eabc914a994 to your computer and use it in GitHub Desktop.
Save lesniakania/07d227c48eabc914a994 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
co = checkout
di = diff
dc = diff --cached
amend = commit --amend
aa = add --all
ff = merge --ff-only
pullff = pull --ff-only
noff = merge --no-ff
fa = fetch --all
pom = push origin master
b = branch
ds = diff --stat=160,120
dh1 = diff HEAD~1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment