diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-02 09:27:56 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-02 09:27:56 +0800 |
| commit | bffdc9cf4dd2a425dc5a3724b51f655d48fb46b1 (patch) | |
| tree | cedabccd6f6138043839ab98841b027880cba6ac /tigrc | |
| parent | f28834b6365b705d951c0a7259da3b6a2e6826c6 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -99,6 +99,7 @@ bind main pF ?git push -f | |||
| 99 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 99 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
| 100 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 100 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
| 101 | bind main pd ?git push %(remote) :%(branch) | 101 | bind main pd ?git push %(remote) :%(branch) |
| 102 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | ||
| 102 | 103 | ||
| 103 | # fetch | 104 | # fetch |
| 104 | bind main gf ?git fetch %(remote) | 105 | bind main gf ?git fetch %(remote) |
| @@ -256,6 +257,8 @@ bind diff <C-K> :?^@@ | |||
| 256 | bind diff <Esc>j :/^diff --(git|cc) | 257 | bind diff <Esc>j :/^diff --(git|cc) |
| 257 | bind diff <Esc>k :?^diff --(git|cc) | 258 | bind diff <Esc>k :?^diff --(git|cc) |
| 258 | 259 | ||
| 260 | bind diff u @git checkout %(commit)^ %(file) | ||
| 261 | |||
| 259 | #==================== | 262 | #==================== |
| 260 | # help view | 263 | # help view |
| 261 | #==================== | 264 | #==================== |