aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index b97bf78..fd32dba 100644
--- a/tigrc
+++ b/tigrc
@@ -69,6 +69,7 @@ bind main ; :goto %(commit)^2
69bind main b none 69bind main b none
70bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 70bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
71bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) 71bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch)
72bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )"
72bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 73bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
73bind main bd @git branch -d "%(prompt Delete branch: )" 74bind main bd @git branch -d "%(prompt Delete branch: )"
74bind main bbd @git branch -d %(branch) 75bind main bbd @git branch -d %(branch)