diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ bind main 1 +sh -c "git rev-list --all --children | \ | |||
95 | bind main b none | 95 | bind main b none |
96 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 96 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
97 | bind main bN @git branch %(branch) --track %(remote)/%(branch) | 97 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
98 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )"/%(branch) %(branch) | 98 | bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) |
99 | bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) | ||
99 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 100 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
100 | bind generic bd @git branch -d "%(prompt Delete branch: )" | 101 | bind generic bd @git branch -d "%(prompt Delete branch: )" |
101 | bind main bbd @git branch -d %(branch) | 102 | bind main bbd @git branch -d %(branch) |