diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-22 16:16:24 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-22 16:16:24 +0800 |
| commit | 3a12d83fe73dac1fb57548f2ad08d3b19699debb (patch) | |
| tree | ded4273c87637ea8ed6b740a41cc1d4ecce0a4f1 /tigrc | |
| parent | 9bd1447fe5f3a83d6794d73e579eae30175bcc5e (diff) | |
Update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -47,7 +47,8 @@ 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 Ut ?sh -c "git pull %(remote) --tags --force" |
| 51 | bind generic UT ?sh -c "git pull %(prompt Which remote? ) --tags --force" | ||
| 51 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr | 52 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr |
| 52 | bind generic UP !git swapProtocol | 53 | bind generic UP !git swapProtocol |
| 53 | 54 | ||