Skip to content

Instantly share code, notes, and snippets.

@krasio
Created May 26, 2010 02:44
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 krasio/413991 to your computer and use it in GitHub Desktop.
Save krasio/413991 to your computer and use it in GitHub Desktop.
[alias]
c = commit -m
a = add
di = diff
dic = diff --cached
pl = pull
ps = push
plre = pull --rebase
st = status
out = log origin..HEAD
@skanev
Copy link

skanev commented May 26, 2010

Hm, nice. It didn't occur to me that you can pass command line options in git aliases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment