-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
37 lines (37 loc) · 1.15 KB
/
.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
[user]
email = [email protected]
name = chris
signingKey = ""
[alias]
branches = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
prune-branches = "!f() { git fetch -p && git branch -vv | awk \"/(: entfernt]|: gone)/{print \\$1}\" | xargs git branch -d; }; f"
lg = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(green)%d%Creset %s %Cgreen(%cr) %C(red)<%an>%Creset' --abbrev-commit --date=relative
kraken = !"/Applications/GitKraken.app/Contents/MacOS/GitKraken -p $(pwd)"
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[core]
excludesfile = /Users/chris/.gitignore_global
[i18n]
logoutputencoding = utf-8
[init]
defaultBranch = "main"
[gpg]
format = openpgp
program = gpg
[commit]
gpgSign = false
[tag]
forceSignAnnotated = false
[gpg "ssh"]
program = ssh-keygen
allowedSignersFile = ""
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[diff]
external = difft