aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-28 11:19:45 +0800
committertypebrook <typebrook@gmail.com>2019-03-28 11:19:45 +0800
commit68d98f9f3fe9131bbbbb55e85d9677ed906d7dba (patch)
treeb4e122e71a3960926225e28ce714084a054f1f9d
parent89fe8ae55b4d7a8de25f2df71d6e60103ac59623 (diff)
update
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 3c39379..025ecd3 100644
--- a/tigrc
+++ b/tigrc
@@ -74,8 +74,8 @@ bind main m ?git merge %(commit)
74bind main M ?git merge %(branch) --no-ff 74bind main M ?git merge %(branch) --no-ff
75 75
76# push 76# push
77bind main p ?git push 77bind main pp ?git push
78bind main P ?git push %(remote) %(branch):%(branch) 78bind main pP ?git push %(remote) %(branch):%(branch)
79 79
80# reset/rebase/revert 80# reset/rebase/revert
81bind main u ?git reset %(commit) --soft 81bind main u ?git reset %(commit) --soft