diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-04 17:12:07 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-04 17:12:07 +0800 |
commit | 1e67c8fa17d8578d1e734d44f11d97df77268bb1 (patch) | |
tree | 5e720af4586d2e38521968b448e7f2397fe4e958 /tigrc | |
parent | 09c37f0cc2f2fd087e185b740ff2819683d4df61 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -144,7 +144,6 @@ bind main pd ?git push %(remote) :%(branch) | |||
144 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 144 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |
145 | 145 | ||
146 | # fetch | 146 | # fetch |
147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | ||
148 | bind main <C-F> ?git fetch %(remote) | 147 | bind main <C-F> ?git fetch %(remote) |
149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 148 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
150 | bind main pu !git pull %(remote) %(branch) | 149 | bind main pu !git pull %(remote) %(branch) |