aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-20 09:29:17 +0800
committertypebrook <typebrook@gmail.com>2020-03-20 09:29:17 +0800
commit73a6a2b7f9ead82cff65588f60d040c99ceab384 (patch)
tree55ef5e508b447ed689d7e070ade5961ca9ec7f17 /tigrc
parentab5c492ebe11aa7dba9f6cc96353b48382ee6939 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 26c96c3..63b7625 100644
--- a/tigrc
+++ b/tigrc
@@ -106,6 +106,7 @@ bind generic bD ?>git branch -D "%(prompt Delete branch anyway: )"
106bind main bbD ?>git branch -D %(branch) 106bind main bbD ?>git branch -D %(branch)
107bind main brd ?git branch -rd %(remote)/%(branch) 107bind main brd ?git branch -rd %(remote)/%(branch)
108bind main bv +sh -c "git branch -vv | grep %(branch)" 108bind main bv +sh -c "git branch -vv | grep %(branch)"
109bind main bV !sh -c "git branch -vv"
109bind main bm @git branch -m %(branch) "%(prompt New branch name: )" 110bind main bm @git branch -m %(branch) "%(prompt New branch name: )"
110bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) 111bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit)
111bind main c @sh -c "git branch --points-at=%(commit) | \ 112bind main c @sh -c "git branch --points-at=%(commit) | \