tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Prefer rebase pulls by default
davidgasquez.com
2 months ago
1be476e3
564144ee
+5
-2
1 changed file
expand all
collapse all
unified
split
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
30
-
default = simple
30
30
+
default = simple
31
31
autoSetupRemote = true
32
32
followTags = true
33
33
34
34
[pull]
35
35
-
rebase = false
35
35
+
rebase = true
36
36
+
37
37
+
[rebase]
38
38
+
autoStash = true
36
39
37
40
[filter "lfs"]
38
41
clean = git-lfs clean -- %f