1
0
dotfiles/private_dot_gitconfig

30 lines
644 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 = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCC0liW47USr/Ic1rJ52V4eE07y42VG9Ols1zYBrPlc
[pull]
ff = only
[init]
defaultBranch = develop
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign