summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-10-12 00:01:18 +0300
committerYigit Sever2021-10-12 00:01:18 +0300
commite05ce1a320750bb6adda1985542c44675334161b (patch)
tree4c6556211d50db712a0053d99e75d08def54daff
parent917ba4741ce9b25690a12a9c3bae804e970fc091 (diff)
downloaddotfiles-e05ce1a320750bb6adda1985542c44675334161b.tar.gz
dotfiles-e05ce1a320750bb6adda1985542c44675334161b.tar.bz2
dotfiles-e05ce1a320750bb6adda1985542c44675334161b.zip
gitconfig: odds and ends
-rw-r--r--.gitconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 05453ce..76c9a91 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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