diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-10 19:16:52 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-10 19:16:52 +0800 |
| commit | d6ffd49dc24ce84af68769ec8efdd5fff262db53 (patch) | |
| tree | 645782f2f3245093523b8296992d46a551c3eebe | |
| parent | de96a04716f877c655b7372b4c4ff72ef485c1b2 (diff) | |
update
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -302,6 +302,7 @@ bind refs F ?git fetch %(remote) %(ref) | |||
| 302 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) | 302 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) |
| 303 | bind refs pd ?git push %(remote) :%(ref) | 303 | bind refs pd ?git push %(remote) :%(ref) |
| 304 | bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) | 304 | bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) |
| 305 | bind refs r none | ||
| 305 | bind refs rd ?git branch --remotes -D %(remote)/%(ref) | 306 | bind refs rd ?git branch --remotes -D %(remote)/%(ref) |
| 306 | 307 | ||
| 307 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 308 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" |