diff options
-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) | \ |