aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-05-17 00:07:26 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-05-17 00:07:26 +0800
commitca368867b0eccd540a0cfb20ef5ff006c69df5b8 (patch)
treea5dde9fc4257e010448603aa281636ec75441122
parent268312097f5cc64ce02c183bcc303f08016d7d20 (diff)
Update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 5d64450..610ae6f 100644
--- a/tigrc
+++ b/tigrc
@@ -159,7 +159,7 @@ bind main uu ?git reset %(commit) --soft
159bind main uh ?git reset %(commit) --hard 159bind main uh ?git reset %(commit) --hard
160bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes 160bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes
161bind main B !?git rebase -i %(commit) 161bind main B !?git rebase -i %(commit)
162bind main Bi !?git rebase -i --root 162bind main bbi !?git rebase -i --root
163bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) 163bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head)
164bind main gB !?git rebase --rebase-merges -i %(commit) 164bind main gB !?git rebase --rebase-merges -i %(commit)
165bind main ! ?git revert %(commit) 165bind main ! ?git revert %(commit)