summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-30 20:48:03 +0800
committertypebrook <typebrook@gmail.com>2019-04-30 20:48:03 +0800
commitd03048bde92d8852b4b625482ad6b8d2543b5b81 (patch)
tree9c0cd0f67365596a983c22e9d923761a5a5441a5 /tigrc
parentc737000974acfc819a968247b2f6e2183ef7e7f0 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 1caaa51..c339ab3 100644
--- a/tigrc
+++ b/tigrc
@@ -98,6 +98,10 @@ bind main pF ?git push -f
98bind main pP ?git push -u %(remote) %(branch):%(branch) 98bind main pP ?git push -u %(remote) %(branch):%(branch)
99bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 99bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
100bind main pd ?git push %(remote) :%(branch) 100bind main pd ?git push %(remote) :%(branch)
101
102# fetch
103bind main gf ?git fetch $(remote)
104bind main gF ?git fetch '%(prompt Which remote? )'
101bind main pu ?git pull 105bind main pu ?git pull
102bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
103 107