Skip to content

Instantly share code, notes, and snippets.

@pajlada
Created January 1, 2016 21:25
Show Gist options
  • Save pajlada/41d58d58662a2e1e06a2 to your computer and use it in GitHub Desktop.
Save pajlada/41d58d58662a2e1e06a2 to your computer and use it in GitHub Desktop.
.gitconfig
[core]
pager = "less -x5,9"
[push]
default = simple
[alias]
st = status
ci = commit --verbose
co = checkout
df = diff
lg = log -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment