-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
48 lines (40 loc) · 966 Bytes
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[user]
name = Klaas Pieter Annema
email = kp@annema.me
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFqt7Xr7Ue/lvzaJ8pB011Fk2oGUzZDWxoAu35+ZfeMd
[alias]
a = add
ap = add --patch
ci = commit
co = checkout
br = branch
l = log
lg = log --graph --pretty=format:'%h%C(bold)%d%Creset %s <%C(bold)%an%Creset %cr>' --abbrev-commit
pushf = push --force-with-lease
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rbi = rebase --interactive
s = status
[push]
autoSetupRemote = true
[pull]
rebase = true
[rebase]
autosquash = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /Users/kp/.config/git/allowed_signers
program = "op-ssh-sign"
[commit]
gpgsign = true
verbose = 1
[credential "https://github.com"]
helper =
helper = !~/.bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !~/.bin/gh auth git-credential
[blame]
ignoreRevsFile = .git-blame-ignore-revs