aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-29 15:48:09 +0800
committertypebrook <typebrook@gmail.com>2019-04-29 15:48:09 +0800
commit79632bd3b5c0e9111190c56259698c611912684e (patch)
tree1a168dc83ef67dcb4bc13e7636ae79a465438b89 /tigrc
parent038716d8bf92001704374df152f95e796532e1c5 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/tigrc b/tigrc
index 0ad95ee..964a067 100644
--- a/tigrc
+++ b/tigrc
@@ -102,9 +102,9 @@ bind main pu ?git pull
102bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 102bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
103 103
104# reset/rebase/revert 104# reset/rebase/revert
105bind main u ?git reset %(commit) 105bind main uu ?git reset %(commit)
106bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" 106bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'"
107bind main gu ?git reset %(commit) --hard 107bind main uh ?git reset %(commit) --hard
108bind main R !?git rebase -i %(commit) 108bind main R !?git rebase -i %(commit)
109bind main ! ?git revert %(commit) 109bind main ! ?git revert %(commit)
110 110
@@ -114,6 +114,7 @@ bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a
114bind main Ts >tig show %(tag) 114bind main Ts >tig show %(tag)
115bind main Td @git tag -d "%(prompt Delete tag: )" 115bind main Td @git tag -d "%(prompt Delete tag: )"
116bind main Tp ?git push --tags 116bind main Tp ?git push --tags
117bind main pt ?git push %(remote) %(tag)
117bind main TTd @git tag -d %(tag) 118bind main TTd @git tag -d %(tag)
118 119
119# android 120# android