+5
-2
git/gitconfig
+5
-2
git/gitconfig
···
27
27
glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
28
28
29
29
[push]
30
-
default = simple
30
+
default = simple
31
31
autoSetupRemote = true
32
32
followTags = true
33
33
34
34
[pull]
35
-
rebase = false
35
+
rebase = true
36
+
37
+
[rebase]
38
+
autoStash = true
36
39
37
40
[filter "lfs"]
38
41
clean = git-lfs clean -- %f