diff options
Diffstat (limited to 'tigrc')
-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 |