diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 11:49:32 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 11:49:32 +0800 |
commit | a94e6bb288f75da12fe8e5f5765cdde70b076824 (patch) | |
tree | 70b8837d343ffec04d0a04ff29006317471fb595 | |
parent | c3ef7d5b6c638c91d8293a2433933536c20b9c4d (diff) |
update
-rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -169,9 +169,9 @@ bind refs C none | |||
169 | bind refs c @git checkout %(branch) | 169 | bind refs c @git checkout %(branch) |
170 | 170 | ||
171 | bind refs b none | 171 | bind refs b none |
172 | bind refs bdl @git branch -d %(branch) | 172 | bind refs bd @git branch -d %(branch) |
173 | bind refs bDl ?git branch -D %(branch) | 173 | bind refs bD ?git branch -D %(branch) |
174 | bind refs bdr ?git push %(remote) :%(branch) | 174 | bind refs brd ?git push %(remote) :%(branch) |
175 | bind refs bu ?git branch -rd %(remote)/%(branch) | 175 | bind refs bu ?git branch -rd %(remote)/%(branch) |
176 | 176 | ||
177 | bind refs U ?git fetch --all | 177 | bind refs U ?git fetch --all |