diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -16,7 +16,6 @@ | |||
16 | type = cat-file -t | 16 | type = cat-file -t |
17 | dump = cat-file -p | 17 | dump = cat-file -p |
18 | adog = log --all --decorate --oneline --graph | 18 | adog = log --all --decorate --oneline --graph |
19 | conflicted = !nvim +Conflicted | ||
20 | [credential] | 19 | [credential] |
21 | helper = cache --timeout=3600 | 20 | helper = cache --timeout=3600 |
22 | [color] | 21 | [color] |
@@ -40,6 +39,6 @@ | |||
40 | smtpserveroption = -a | 39 | smtpserveroption = -a |
41 | smtpserveroption = ceng_argor | 40 | smtpserveroption = ceng_argor |
42 | [pull] | 41 | [pull] |
43 | ff = only | 42 | ff = only |
44 | [init] | 43 | [init] |
45 | defaultBranch = main | 44 | defaultBranch = main |