diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -108,7 +108,7 @@ bind generic bD ?>git branch -D "%(prompt Delete branch anyway: )" | |||
| 108 | bind main bbD ?>git branch -D %(branch) | 108 | bind main bbD ?>git branch -D %(branch) |
| 109 | bind main brd ?git branch -rd %(remote)/%(branch) | 109 | bind main brd ?git branch -rd %(remote)/%(branch) |
| 110 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 110 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
| 111 | bind main bV !sh -c "git branch -vv" | 111 | bind main bV >sh -c "git branch -vv | tig" |
| 112 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | 112 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" |
| 113 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) | 113 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) |
| 114 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 114 | bind main c @sh -c "git branch --points-at=%(commit) | \ |