aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index e7dde89..f6dcfe7 100644
--- a/tigrc
+++ b/tigrc
@@ -99,7 +99,7 @@ bind main 1 +sh -c "git rev-list --all --children | \
99bind main b none 99bind main b none
100bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 100bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
101bind main bN @git branch %(branch) --track %(remote)/%(branch) 101bind main bN @git branch %(branch) --track %(remote)/%(branch)
102bind main bu !git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) 102bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch)
103bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) 103bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch)
104bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 104bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
105bind generic bd @git branch -d "%(prompt Delete branch: )" 105bind generic bd @git branch -d "%(prompt Delete branch: )"