summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-05 12:03:24 +0800
committertypebrook <typebrook@gmail.com>2019-05-05 12:03:24 +0800
commitd72b0326733385798f0286f69395c72ce0ccd785 (patch)
tree015e9f179522df2a39fe4e7819cfe04ce1ed179a /tigrc
parent14de5ef2ab9ceb87d26a6cef437bc8f7480a585e (diff)
update
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)