diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ bind main ; :goto %(commit)^2 | |||
69 | bind main b none | 69 | bind main b none |
70 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 70 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
71 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) | 71 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) |
72 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" | ||
72 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 73 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
73 | bind main bd @git branch -d "%(prompt Delete branch: )" | 74 | bind main bd @git branch -d "%(prompt Delete branch: )" |
74 | bind main bbd @git branch -d %(branch) | 75 | bind main bbd @git branch -d %(branch) |