diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,8 +102,8 @@ bind main J @sh -c 'BRANCH=$(git branch --show-current) && git checkout %(commit | |||
102 | bind main b none | 102 | bind main b none |
103 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 103 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
104 | bind main bN @git branch %(branch) --track %(remote)/%(branch) | 104 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
105 | bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) | 105 | bind main bu +sh -c 'git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) || echo Fails' |
106 | bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) | 106 | bind main bU +sh -c 'git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) || echo Fails' |
107 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 107 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
108 | bind generic bd @git branch -d "%(prompt Delete branch: )" | 108 | bind generic bd @git branch -d "%(prompt Delete branch: )" |
109 | bind main bbd @git branch -d %(branch) | 109 | bind main bbd @git branch -d %(branch) |