diff options
author | typebrook <typebrook@gmail.com> | 2019-10-21 16:25:57 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-21 16:25:57 +0800 |
commit | 2dc602738968ecd597a93bc3bcf1c0e19cd945e8 (patch) | |
tree | d0836e5e256df06a16ba03b684d488901ea11792 | |
parent | 02b82d080fa14cc3b080da199e5cb270cf4c1177 (diff) |
update
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -179,7 +179,8 @@ bind main <C-B> !sh scripts/bump_version.sh | |||
179 | ## Remote | 179 | ## Remote |
180 | bind main Uv +sh -c "git remote -v | grep %(remote)" | 180 | bind main Uv +sh -c "git remote -v | grep %(remote)" |
181 | bind main UV >sh -c "git remote -vv | tig" | 181 | bind main UV >sh -c "git remote -vv | tig" |
182 | bind main Ua @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" | 182 | bind main Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" |
183 | bind main UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" | ||
183 | bind main U! @git remote remove "%(prompt Remove which remote?: )" | 184 | bind main U! @git remote remove "%(prompt Remove which remote?: )" |
184 | bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 185 | bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
185 | bind main Uf ?git fetch "%(prompt Fetch from which remote?: )" | 186 | bind main Uf ?git fetch "%(prompt Fetch from which remote?: )" |