+3
-3
git/config
+3
-3
git/config
···
7
7
[commit]
8
8
gpgsign = true
9
9
[core]
10
-
excludesFile = ~/.config/git/ignore
10
+
excludesFile = ~/.config/git/ignore
11
11
[gpg]
12
12
format = ssh
13
13
[gpg "ssh"]
···
15
15
[url "git@github.com:"]
16
16
insteadOf = https://github.com/
17
17
[url "git@github.com:boltlessengineer/"]
18
-
insteadOf = self:
18
+
insteadOf = self:
19
19
[rerere]
20
20
enabled = true
21
21
[alias]
22
-
st = status
22
+
st = status
23
23
lg = log --branches --remotes --tags --graph --decorate
24
24
ll = log --branches --remotes --tags --graph --decorate --oneline
25
25
find = !sh -c 'git-repo-search \"$@\" | fzf | awk \"{print \\$NF}\" --