aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-11-04 11:36:35 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-11-04 11:36:35 +0800
commitc1f0eec24f66025589b37e8451b845e0a2c06bf3 (patch)
treedc1cb6b5b5271de5a73f7f5b546fdc690d8cbdd6 /tigrc
parentaec82ec9a2519c9ac9bf1d377e8d1327b722aa03 (diff)
parent20d056b02cb6080f6c748e15614a89d1923e7d3d (diff)
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 130a057..52a98ec 100644
--- a/tigrc
+++ b/tigrc
@@ -47,6 +47,7 @@ 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 Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr 51bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr
51bind generic UP !git swapProtocol 52bind generic UP !git swapProtocol
52 53