diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ bind main ; :goto %(commit)^2 # go to second parent | |||
75 | # branch | 75 | # branch |
76 | bind main b none | 76 | bind main b none |
77 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 77 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
78 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) | 78 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
79 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" | 79 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" |
80 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 80 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
81 | bind main bd @git branch -d "%(prompt Delete branch: )" | 81 | bind main bd @git branch -d "%(prompt Delete branch: )" |