Skip to content

Instantly share code, notes, and snippets.

@pajlada
Created October 25, 2017 14:26
Show Gist options
  • Select an option

  • Save pajlada/1a0a33b221b200e2e06774c490ce147c to your computer and use it in GitHub Desktop.

Select an option

Save pajlada/1a0a33b221b200e2e06774c490ce147c to your computer and use it in GitHub Desktop.
2017-10-25 .gitconfig
[alias]
st = status
ci = commit --verbose
co = checkout
df = diff
lg = log -p
ap = add --patch
permission-reset = !git diff -p -R --no-color | grep -E \"^(diff|(old|new) mode)\" --color=never | git apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment