aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-28 11:41:33 +0800
committertypebrook <typebrook@gmail.com>2019-03-28 11:41:33 +0800
commit20f57730547aca6775b2887210139ea51df989aa (patch)
treea401e879b8c0cc5d1844d72837f32cda584392e0 /tigrc
parenteb8e30c716cd6d79da984fc8883cdf7075f8b3bb (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc11
1 files changed, 6 insertions, 5 deletions
diff --git a/tigrc b/tigrc
index b3f936d..f2126da 100644
--- a/tigrc
+++ b/tigrc
@@ -76,7 +76,7 @@ bind main M ?git merge %(branch) --no-ff
76# push 76# push
77bind main p none 77bind main p none
78bind main pp ?git push 78bind main pp ?git push
79bind main pP ?git push %(remote) %(branch):%(branch) 79bind main pP ?git push -u %(remote) %(branch):%(branch)
80 80
81# reset/rebase/revert 81# reset/rebase/revert
82bind main u ?git reset %(commit) --soft 82bind main u ?git reset %(commit) --soft
@@ -168,8 +168,11 @@ bind tree 0 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
168bind refs C none 168bind refs C none
169bind refs c @git checkout %(branch) 169bind refs c @git checkout %(branch)
170 170
171bind refs bd ?git branch -d %(branch) 171bind refs b none
172bind refs bD ?git branch -D %(branch) 172bind refs bdl @git branch -d %(branch)
173bind refs bDl ?git branch -D %(branch)
174bind refs bdr ?git push -d %(remote) :%(branch)
175bind refs bu ?git branch -rd %(remote)/%(branch)
173 176
174bind refs U ?git fetch --all 177bind refs U ?git fetch --all
175bind refs F ?git fetch %(remote) 178bind refs F ?git fetch %(remote)
@@ -194,6 +197,4 @@ bind diff <Esc>p :?^diff --(git|cc)
194 197
195#==================== 198#====================
196# color 199# color
197#====================
198color diff-header black yellow
199color diff-chunk white magenta 200color diff-chunk white magenta