diff options
author | typebrook <typebrook@gmail.com> | 2020-03-20 09:29:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-20 09:29:17 +0800 |
commit | 73a6a2b7f9ead82cff65588f60d040c99ceab384 (patch) | |
tree | 55ef5e508b447ed689d7e070ade5961ca9ec7f17 | |
parent | ab5c492ebe11aa7dba9f6cc96353b48382ee6939 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ bind generic bD ?>git branch -D "%(prompt Delete branch anyway: )" | |||
106 | bind main bbD ?>git branch -D %(branch) | 106 | bind main bbD ?>git branch -D %(branch) |
107 | bind main brd ?git branch -rd %(remote)/%(branch) | 107 | bind main brd ?git branch -rd %(remote)/%(branch) |
108 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 108 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
109 | bind main bV !sh -c "git branch -vv" | ||
109 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | 110 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" |
110 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) | 111 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) |
111 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 112 | bind main c @sh -c "git branch --points-at=%(commit) | \ |