aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 459fb03..c177277 100644
--- a/tigrc
+++ b/tigrc
@@ -41,7 +41,8 @@ bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.
41bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" 41bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )"
42bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )" 42bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )"
43bind generic U! @git remote remove "%(prompt Remove which remote?: )" 43bind generic U! @git remote remove "%(prompt Remove which remote?: )"
44bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 44bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@github.com:"%(prompt User/Repo: )"
45bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
45bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" 46bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )"
46bind generic UU ?git remote update --prune 47bind generic UU ?git remote update --prune
47bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr 48bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr