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 16c14d1..c00d196 100644
--- a/tigrc
+++ b/tigrc
@@ -75,7 +75,7 @@ bind main ; :goto %(commit)^2 # go to second parent
75# branch 75# branch
76bind main b none 76bind main b none
77bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 77bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
78bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) 78bind main bN @git branch %(branch) --track %(remote)/%(branch)
79bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" 79bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )"
80bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 80bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
81bind main bd @git branch -d "%(prompt Delete branch: )" 81bind main bd @git branch -d "%(prompt Delete branch: )"