diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 11:20:50 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 11:20:50 +0800 |
commit | eb8e30c716cd6d79da984fc8883cdf7075f8b3bb (patch) | |
tree | 53850175c5ea20770d43c0822d3ef905b551a29a /tigrc | |
parent | 68d98f9f3fe9131bbbbb55e85d9677ed906d7dba (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ 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 none | ||
77 | bind main pp ?git push | 78 | bind main pp ?git push |
78 | bind main pP ?git push %(remote) %(branch):%(branch) | 79 | bind main pP ?git push %(remote) %(branch):%(branch) |
79 | 80 | ||