aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-28 11:49:32 +0800
committertypebrook <typebrook@gmail.com>2019-03-28 11:49:32 +0800
commita94e6bb288f75da12fe8e5f5765cdde70b076824 (patch)
tree70b8837d343ffec04d0a04ff29006317471fb595
parentc3ef7d5b6c638c91d8293a2433933536c20b9c4d (diff)
update
-rw-r--r--tigrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tigrc b/tigrc
index eda7bc2..d776d06 100644
--- a/tigrc
+++ b/tigrc
@@ -169,9 +169,9 @@ bind refs C none
169bind refs c @git checkout %(branch) 169bind refs c @git checkout %(branch)
170 170
171bind refs b none 171bind refs b none
172bind refs bdl @git branch -d %(branch) 172bind refs bd @git branch -d %(branch)
173bind refs bDl ?git branch -D %(branch) 173bind refs bD ?git branch -D %(branch)
174bind refs bdr ?git push %(remote) :%(branch) 174bind refs brd ?git push %(remote) :%(branch)
175bind refs bu ?git branch -rd %(remote)/%(branch) 175bind refs bu ?git branch -rd %(remote)/%(branch)
176 176
177bind refs U ?git fetch --all 177bind refs U ?git fetch --all