diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -102,9 +102,9 @@ bind main pu ?git pull | |||
102 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 102 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |
103 | 103 | ||
104 | # reset/rebase/revert | 104 | # reset/rebase/revert |
105 | bind main u ?git reset %(commit) | 105 | bind main uu ?git reset %(commit) |
106 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" | 106 | bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" |
107 | bind main gu ?git reset %(commit) --hard | 107 | bind main uh ?git reset %(commit) --hard |
108 | bind main R !?git rebase -i %(commit) | 108 | bind main R !?git rebase -i %(commit) |
109 | bind main ! ?git revert %(commit) | 109 | bind main ! ?git revert %(commit) |
110 | 110 | ||
@@ -114,6 +114,7 @@ bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a | |||
114 | bind main Ts >tig show %(tag) | 114 | bind main Ts >tig show %(tag) |
115 | bind main Td @git tag -d "%(prompt Delete tag: )" | 115 | bind main Td @git tag -d "%(prompt Delete tag: )" |
116 | bind main Tp ?git push --tags | 116 | bind main Tp ?git push --tags |
117 | bind main pt ?git push %(remote) %(tag) | ||
117 | bind main TTd @git tag -d %(tag) | 118 | bind main TTd @git tag -d %(tag) |
118 | 119 | ||
119 | # android | 120 | # android |