Skip to content

Instantly share code, notes, and snippets.

@jmeekhof
Created February 4, 2020 04:50
Show Gist options
  • Save jmeekhof/7aa48e70481577fc7a76f94e945f238a to your computer and use it in GitHub Desktop.
Save jmeekhof/7aa48e70481577fc7a76f94e945f238a to your computer and use it in GitHub Desktop.
[push]
default = simple
[user]
name = Josh Meekhof
email = jmeekhof@twotheleft.com
# signingkey = C8F74B09BC7585D7
signingkey = 2E33DCF691A233A8E7766F09E652FD21A4CEAFB9
[alias]
st = status
df = diff
co = checkout
ci = commit
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
l = log --graph --pretty=format:'%h - %d %s (%cr) <%an>'
undo = reset --soft HEAD~1
unstage = reset HEAD --1
[color]
diff = auto
ui = true
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[url "https://"]
insteadOf = git://
[commit]
gpgsign = true
[core]
excludesfile = /Users/jmeekhof/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment