this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitconf

+11
+11
config/.gitconfig
··· 8 8 format = ssh 9 9 [commit] 10 10 gpgsign = true 11 + verbose = true 11 12 [tag] 12 13 gpgsign = true 13 14 [core] ··· 15 16 autocrlf = input 16 17 [rerere] 17 18 enabled = true 19 + autoUpdate = true 18 20 [pull] 19 21 ff = only 22 + [push] 23 + autoSetupRemote = true 24 + [maintenance] 25 + auto = true 26 + strategy = incremental 27 + [alias] 28 + graph = log --all --graph --decorate --oneline 29 + [help] 30 + autocorrect = prompt