aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-20 11:22:00 +0800
committertypebrook <typebrook@gmail.com>2019-06-20 11:22:00 +0800
commit00954e8845db3868a5ec65f7e564762ff435a8f9 (patch)
tree016fde4dfc8b28c0f42fb761ab13652c42143b0e /tigrc
parentcf50d64c4df79ed8558c89528c496c05d4ef1a9b (diff)
update
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: )"