Skip to content

Instantly share code, notes, and snippets.

@sanographix
Last active December 12, 2015 05:18
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 sanographix/4720592 to your computer and use it in GitHub Desktop.
Save sanographix/4720592 to your computer and use it in GitHub Desktop.
gitconfig
[alias]
st = status
co = checkout
ci = commit -v
di = diff
df = diff
br = branch
puhs = push
psuh = push
pus = push
puh = push
pl = !git pull && git submodule update --init
gr = grep -n --heading --break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment