1
0
dotfiles/dot_gitconfig

26 lines
482 B
Plaintext

[alias]
co = checkout
l = log --graph --decorate --pretty=oneline --abbrev-commit
prune = fetch --prune
stash-all = stash save --include-untracked
s = status
undo = reset --soft HEAD^
[commit]
gpgSign = true
[core]
excludesfile = /Users/dekker1/.gitignore
[credential]
helper = osxkeychain
[help]
autocorrect = 1
[push]
default = simple
[user]
name = Jip J. Dekker
email = jip@dekker.one
signingkey = 517DF4A00618C9C3
[pull]
ff = only
[init]
defaultBranch = develop