-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
63 lines (49 loc) · 1.27 KB
/
Copy pathdot_gitconfig
File metadata and controls
63 lines (49 loc) · 1.27 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[user]
name = Ludo Werwinski
email = lwerwinski@gmail.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1SfZ8q4oo3EqCwPfGOEs+5KXk56VINMjRDNco6qBVj
[credential]
helper = GIT_CREDENTIAL_HELPER
[alias]
amend = commit --amend --no-edit
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
co = checkout
count = !git shortlog -sn
done = push origin HEAD
donedone = push -f origin HEAD
lg = log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
mrpropre = clean -d -f
reset = reset --hard origin/HEAD
status = status
s = status
update = git remote update
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = vim
[apply]
whitespace = nowarn
[mergetool]
keepBackup = false
[difftool]
prompt = false
[help]
autocorrect = 1
[push]
default = simple
[pull]
rebase = false
[gpg]
format = ssh
[gpg "ssh"]
program = "/home/ludow/bin/op-ssh-sign"
[commit]
gpgsign = true
[protocol]
version = 2
[fetch]
prune = true