diff options
author | typebrook <typebrook@gmail.com> | 2019-11-29 11:38:07 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-29 11:38:07 +0800 |
commit | 418a6711d5718689124ef78805976287a368097d (patch) | |
tree | 2d7cf75450b19998a511a8ba51443918787ddf94 /tigrc | |
parent | 9ffee19d936fea90e81df37b2583b7174f9899e7 (diff) |
update
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?: )" |