aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-25 15:23:39 +0800
committertypebrook <typebrook@gmail.com>2019-12-25 15:23:39 +0800
commitba164cec021eeb5354819ee51611ffcce1b681c2 (patch)
tree09c1a5f2b74c8afd72d49e6593d15bf6ee602363 /tigrc
parent05dde11627df93b60aaa192102ad832c3f9f96c7 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index cbe3fd4..65938b6 100644
--- a/tigrc
+++ b/tigrc
@@ -94,7 +94,7 @@ bind main 1 +sh -c "git rev-list --all --children | \
94bind main b none 94bind main b none
95bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 95bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
96bind main bN @git branch %(branch) --track %(remote)/%(branch) 96bind main bN @git branch %(branch) --track %(remote)/%(branch)
97bind main bu @git branch --set-upstream-to="%(prompt Set remote: )" %(branch) 97bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch)
98bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 98bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
99bind generic bd @git branch -d "%(prompt Delete branch: )" 99bind generic bd @git branch -d "%(prompt Delete branch: )"
100bind main bbd @git branch -d %(branch) 100bind main bbd @git branch -d %(branch)