aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@topo.tw>2023-02-04 10:55:29 +0800
committerHsieh Chin Fan <typebrook@topo.tw>2023-02-04 10:55:29 +0800
commita1914e06569842f9e5ddd61646205b28dbdb96d5 (patch)
treebac193b28cf310501b05bf3b008dcc8d7f1c8622
parent3a0eb292a8b7eff34be5bcda90e85bfef2315179 (diff)
Update
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 0d387cc..3b6eec5 100644
--- a/tigrc
+++ b/tigrc
@@ -159,6 +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 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)
163bind main gB !?git rebase --rebase-merges -i %(commit) 164bind main gB !?git rebase --rebase-merges -i %(commit)
164bind main ! ?git revert %(commit) 165bind main ! ?git revert %(commit)