aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-04 16:39:39 +0800
committertypebrook <typebrook@gmail.com>2019-04-04 16:39:39 +0800
commitf1089b521ec7d3cd38a3f9bb5d38b8014b3fd526 (patch)
tree5ac7159b5d2932e31653dc1d5dd6fa219bd3b688 /tigrc
parent0ae425050dbcf55501d12bed81d33c0260d6e1b4 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index fa39144..db4aa62 100644
--- a/tigrc
+++ b/tigrc
@@ -86,6 +86,8 @@ bind main pp ?git push
86bind main pP ?git push -u %(remote) %(branch):%(branch) 86bind main pP ?git push -u %(remote) %(branch):%(branch)
87bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 87bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
88bind main pd ?git push %(remote) :%(branch) 88bind main pd ?git push %(remote) :%(branch)
89bind main pu ?git pull
90bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
89 91
90# reset/rebase/revert 92# reset/rebase/revert
91bind main u ?git reset %(commit) 93bind main u ?git reset %(commit)