-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
32 lines (32 loc) · 847 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
[user]
email = [email protected]
name = juanito87
signingKey = ~/.ssh/juanito-yubikey2.pub
[url "[email protected]:"]
pushInsteadOf = http://github.com/
pushInsteadOf = [email protected]:
[includeIf "gitdir:~/Repo/EDU/"]
path = ~/.gitconfig-edu
[core]
excludesfile = ~/.gitignore-global
[difftool]
prompt = false
[alias]
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%an]" --decorate --date=relative
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [a:%an,c:%cn]" --decorate --numstat
fl = log -u
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[pull]
rebase = false
[commit]
gpgsign = true
[init]
defaultBranch = main
[submodule]
recurse = true
[gpg]
format = ssh