aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-01 15:52:28 +0800
committertypebrook <typebrook@gmail.com>2019-05-01 15:52:28 +0800
commite1b0ddd1a9b9023b955ced1ae4194469b265d01e (patch)
tree17f6aaf3ad5d51cda750f6026be0b49ec42bc029
parentd03048bde92d8852b4b625482ad6b8d2543b5b81 (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c339ab3..6692c21 100644
--- a/tigrc
+++ b/tigrc
@@ -100,7 +100,7 @@ bind 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 101
102# fetch 102# fetch
103bind main gf ?git fetch $(remote) 103bind main gf ?git fetch %(remote)
104bind main gF ?git fetch '%(prompt Which remote? )' 104bind main gF ?git fetch '%(prompt Which remote? )'
105bind main pu ?git pull 105bind main pu ?git pull
106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)