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