summaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-02-27 18:34:09 +0800
committertypebrook <typebrook@gmail.com>2019-02-27 18:34:09 +0800
commit98bc08b1da020efbeb3397b1c735a8337377eb69 (patch)
treea3034bef5ab89236db05c11e3466e2459c84b599 /gitconfig
parentddd5d15b8d5af2532b5a4141dad678d5b54cb6b5 (diff)
update tigrc
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index edd6c82..2036c46 100644
--- a/gitconfig
+++ b/gitconfig
@@ -3,3 +3,7 @@
3 name = typebrook 3 name = typebrook
4[alias] 4[alias]
5 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 5 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
6[core]
7 pager = tig
8[color]
9 ui = off