aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-21 16:25:57 +0800
committertypebrook <typebrook@gmail.com>2019-10-21 16:25:57 +0800
commit2dc602738968ecd597a93bc3bcf1c0e19cd945e8 (patch)
treed0836e5e256df06a16ba03b684d488901ea11792
parent02b82d080fa14cc3b080da199e5cb270cf4c1177 (diff)
update
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index f77ce34..87da857 100644
--- a/tigrc
+++ b/tigrc
@@ -179,7 +179,8 @@ bind main <C-B> !sh scripts/bump_version.sh
179## Remote 179## Remote
180bind main Uv +sh -c "git remote -v | grep %(remote)" 180bind main Uv +sh -c "git remote -v | grep %(remote)"
181bind main UV >sh -c "git remote -vv | tig" 181bind main UV >sh -c "git remote -vv | tig"
182bind main Ua @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" 182bind main Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )"
183bind main UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )"
183bind main U! @git remote remove "%(prompt Remove which remote?: )" 184bind main U! @git remote remove "%(prompt Remove which remote?: )"
184bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 185bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
185bind main Uf ?git fetch "%(prompt Fetch from which remote?: )" 186bind main Uf ?git fetch "%(prompt Fetch from which remote?: )"