1[alias] 2 co = checkout 3 br = branch 4 ci = commit 5 st = status 6[pull] 7 rebase = true 8[init] 9 defaultBranch = main 10[user] 11 name = Jan Ehrhardt 12 email = {{ .git.user.email }} 13 signingkey = {{ .ssh.key }} 14[commit] 15 gpgsign = true 16[gpg] 17 format = ssh