diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 12:13:07 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 12:13:07 +0800 |
commit | 05489bc73fba442be04c8d05167ca5575770db61 (patch) | |
tree | c20fcdfb868375b1ff33b329ec0643b70b9d1fb9 /tigrc | |
parent | a94e6bb288f75da12fe8e5f5765cdde70b076824 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -171,8 +171,8 @@ bind refs c @git checkout %(branch) | |||
171 | bind refs b none | 171 | bind refs b none |
172 | bind refs bd @git branch -d %(branch) | 172 | bind refs bd @git branch -d %(branch) |
173 | bind refs bD ?git branch -D %(branch) | 173 | bind refs bD ?git branch -D %(branch) |
174 | bind refs brd ?git push %(remote) :%(branch) | 174 | bind refs rbd ?git push %(remote) :%(branch) |
175 | bind refs bu ?git branch -rd %(remote)/%(branch) | 175 | bind refs rbu ?git branch -rd %(remote)/%(branch) |
176 | 176 | ||
177 | bind refs U ?git fetch --all | 177 | bind refs U ?git fetch --all |
178 | bind refs F ?git fetch %(remote) | 178 | bind refs F ?git fetch %(remote) |