diff options
author | typebrook <typebrook@gmail.com> | 2019-12-25 08:44:50 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-25 08:44:50 +0800 |
commit | 28160b5e8d8b75a99518c54f64da438cee4d1cdd (patch) | |
tree | 2c769cd4d0f0e786ac6f7d709d64dd37891656ce /tigrc | |
parent | 3c308f79ef6ada819e9687dca532afccd025914d (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
138 | bind main <C-F> ?git fetch %(remote) | 138 | bind main <C-F> ?git fetch %(remote) |
139 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 139 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
140 | bind main pu ?git pull | 140 | bind main pu !git pull |
141 | bind main pU ?git pull --rebase | 141 | bind main pU ?git pull --rebase |
142 | 142 | ||
143 | # reset/rebase/revert | 143 | # reset/rebase/revert |