diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 11:43:07 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 11:43:07 +0800 |
commit | c3ef7d5b6c638c91d8293a2433933536c20b9c4d (patch) | |
tree | 2470a1a1764a6c40de86a18e9bdd411ef0af2496 /tigrc | |
parent | 20f57730547aca6775b2887210139ea51df989aa (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ bind refs c @git checkout %(branch) | |||
171 | bind refs b none | 171 | bind refs b none |
172 | bind refs bdl @git branch -d %(branch) | 172 | bind refs bdl @git branch -d %(branch) |
173 | bind refs bDl ?git branch -D %(branch) | 173 | bind refs bDl ?git branch -D %(branch) |
174 | bind refs bdr ?git push -d %(remote) :%(branch) | 174 | bind refs bdr ?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 |