aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 85c7345..4f04cd7 100644
--- a/tigrc
+++ b/tigrc
@@ -47,7 +47,8 @@ bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@
47bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 47bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
48bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" 48bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )"
49bind generic UU ?git remote update --prune 49bind generic UU ?git remote update --prune
50bind generic UT ?sh -c "git pull %(remote) --tags --force" 50bind generic Ut ?sh -c "git pull %(remote) --tags --force"
51bind generic UT ?sh -c "git pull %(prompt Which remote? ) --tags --force"
51bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr 52bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr
52bind generic UP !git swapProtocol 53bind generic UP !git swapProtocol
53 54