summaryrefslogtreecommitdiffstats
path: root/files/gitconfig
blob: a052ea9ad128919cbb6aae745ee93bd7f172ca2b (plain)
1
2
3
4
5
6
7
8
9
10
[alias]
        graph = log --graph --oneline --decorate=short
[core]
        excludesfile = /etc/gitignores_global
[diff]
        algorithm = histogram
[pull]
	ff = only
[rebase]
        autoSquash = true