diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 11:19:45 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 11:19:45 +0800 |
commit | 68d98f9f3fe9131bbbbb55e85d9677ed906d7dba (patch) | |
tree | b4e122e71a3960926225e28ce714084a054f1f9d | |
parent | 89fe8ae55b4d7a8de25f2df71d6e60103ac59623 (diff) |
update
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,8 +74,8 @@ bind main m ?git merge %(commit) | |||
74 | bind main M ?git merge %(branch) --no-ff | 74 | bind main M ?git merge %(branch) --no-ff |
75 | 75 | ||
76 | # push | 76 | # push |
77 | bind main p ?git push | 77 | bind main pp ?git push |
78 | bind main P ?git push %(remote) %(branch):%(branch) | 78 | bind main pP ?git push %(remote) %(branch):%(branch) |
79 | 79 | ||
80 | # reset/rebase/revert | 80 | # reset/rebase/revert |
81 | bind main u ?git reset %(commit) --soft | 81 | bind main u ?git reset %(commit) --soft |