diff options
author | typebrook <typebrook@gmail.com> | 2019-07-10 09:51:14 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-07-10 09:51:14 +0800 |
commit | 5e43360aa68139385ada13b98ee298dda236ce31 (patch) | |
tree | 369720548f6f690ca51f2b7cbcd258acd5868e5c | |
parent | 9847ae4d21fc717b7e60e0ac4256ffad8ed2f002 (diff) |
update
-rw-r--r-- | gitconfig | 3 | ||||
-rw-r--r-- | tigrc | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -13,7 +13,8 @@ | |||
13 | git stash drop stash@{1} | 13 | git stash drop stash@{1} |
14 | 14 | ||
15 | [core] | 15 | [core] |
16 | pager = | 16 | pager = tig |
17 | editor = vim | ||
17 | 18 | ||
18 | [merge] | 19 | [merge] |
19 | tool = vimdiff | 20 | tool = vimdiff |
@@ -137,8 +137,8 @@ bind main Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Enter tag name: )" % | |||
137 | bind main TM @sh -c 'git cat-file -p %(tag) | sed -n \'6,$p\' | git tag -a -F - "%(prompt Enter tag name: )" && git tag -d %(tag)' | 137 | bind main TM @sh -c 'git cat-file -p %(tag) | sed -n \'6,$p\' | git tag -a -F - "%(prompt Enter tag name: )" && git tag -d %(tag)' |
138 | bind main Ts >tig show %(tag) | 138 | bind main Ts >tig show %(tag) |
139 | bind main Td @git tag -d "%(prompt Delete tag: )" | 139 | bind main Td @git tag -d "%(prompt Delete tag: )" |
140 | bind main Tp ?git push --tags | ||
141 | bind main pt ?git push %(remote) %(tag) | 140 | bind main pt ?git push %(remote) %(tag) |
141 | bind main pT ?git push --tags | ||
142 | bind main TTd @git tag -d %(tag) | 142 | bind main TTd @git tag -d %(tag) |
143 | 143 | ||
144 | # search in history | 144 | # search in history |