diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-03 18:23:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-03 18:23:14 +0800 |
commit | 20d056b02cb6080f6c748e15614a89d1923e7d3d (patch) | |
tree | d78759a136751164e34120396ed2ceb9e07a5cda /tigrc | |
parent | 4c9a706fa1b8f567461c7b9a1ada0191ee047f36 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@ | |||
47 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 47 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
48 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 48 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
49 | bind generic UU ?git remote update --prune | 49 | bind generic UU ?git remote update --prune |
50 | bind generic UT ?sh -c "git pull %(remote) --tags --force" | ||
50 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr | 51 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr |
51 | bind generic UP !git swapProtocol | 52 | bind generic UP !git swapProtocol |
52 | 53 | ||