diff options
Diffstat (limited to 'tigrc')
-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 |