diff options
author | typebrook <typebrook@gmail.com> | 2020-03-04 11:39:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-04 11:39:40 +0800 |
commit | 56d8219ed0f7a09b1b6f57d7e1a53ac53359de2e (patch) | |
tree | cc6c1e42671e08e6a8f5b46a87461cfaa476f8a8 | |
parent | 5159ed22d5920a04b841d8d5ac332f5f9fdb5bda (diff) |
update
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github. | |||
41 | bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" | 41 | bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" |
42 | bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )" | 42 | bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )" |
43 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" | 43 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" |
44 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 44 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@github.com:"%(prompt User/Repo: )" |
45 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | ||
45 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 46 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
46 | bind generic UU ?git remote update --prune | 47 | bind generic UU ?git remote update --prune |
47 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr | 48 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr |