diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ bind generic Uv +sh -c "git remote -v | grep %(remote)" | |||
39 | bind generic UV >sh -c "git remote -vv | tig" | 39 | bind generic UV >sh -c "git remote -vv | tig" |
40 | bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" | 40 | bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" |
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 U! @git remote remove "%(prompt Remove which remote?: )" | 43 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" |
43 | 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?: )" "%(prompt New url: )" |
44 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 45 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |