aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-24 13:59:25 +0800
committertypebrook <typebrook@gmail.com>2020-02-24 13:59:25 +0800
commit3fa79eb14a4c0244fb2dc4a5b805b7cffaa63770 (patch)
tree0d9a3a7ebcf538af3f21aba85eb2075e01e86421 /tigrc
parent08ccb874cdc465eda46506f284ee14b244c0cf4b (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c42fbb9..070fe9b 100644
--- a/tigrc
+++ b/tigrc
@@ -95,7 +95,8 @@ bind main 1 +sh -c "git rev-list --all --children | \
95bind main b none 95bind main b none
96bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 96bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
97bind main bN @git branch %(branch) --track %(remote)/%(branch) 97bind main bN @git branch %(branch) --track %(remote)/%(branch)
98bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )"/%(branch) %(branch) 98bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch)
99bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch)
99bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 100bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
100bind generic bd @git branch -d "%(prompt Delete branch: )" 101bind generic bd @git branch -d "%(prompt Delete branch: )"
101bind main bbd @git branch -d %(branch) 102bind main bbd @git branch -d %(branch)