Skip to content

Instantly share code, notes, and snippets.

@AArnott
Created August 23, 2018 19:46
Show Gist options
  • Save AArnott/548c6103701890d1c0e2fd06fe3f9c32 to your computer and use it in GitHub Desktop.
Save AArnott/548c6103701890d1c0e2fd06fe3f9c32 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
p = push origin -u HEAD
goback = reset --hard HEAD~1
[core]
safecrlf = warn
preloadindex = true
fscache = true
autocrlf = true
[push]
default = simple
[user]
email = andrewarnott@gmail.com
name = Andrew Arnott
signingkey = A9B9910CDCCDA441
[rebase]
autoSquash = true
[rerere]
enabled = true
[fetch]
prune = true
[commit]
gpgsign = true
[pull]
rebase = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment