diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-11 10:37:27 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-11 10:37:27 +0800 |
| commit | 704e44ac63e4d3f06f995c9b3d1dcac47f00ce4e (patch) | |
| tree | 6c5c3b7b776b1d1af4dd6ebcfffb82c760467453 /tigrc | |
| parent | 4a45be12d1719768b9b2b7da0ebbab4f64e02ef5 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -89,6 +89,7 @@ bind main gM ?git merge %(repo:remote) --no-ff | |||
| 89 | # push | 89 | # push |
| 90 | bind main p none | 90 | bind main p none |
| 91 | bind main pp ?git push | 91 | bind main pp ?git push |
| 92 | bind main pF ?git push -f | ||
| 92 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 93 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
| 93 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 94 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
| 94 | bind main pd ?git push %(remote) :%(branch) | 95 | bind main pd ?git push %(remote) :%(branch) |