diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,8 +84,8 @@ bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message: | |||
84 | # merge | 84 | # merge |
85 | bind main m ?git merge %(commit) | 85 | bind main m ?git merge %(commit) |
86 | bind main M ?git merge %(branch) --no-ff | 86 | bind main M ?git merge %(branch) --no-ff |
87 | bind main gm ?git merge %(repo:remote) | 87 | bind main gm ?git merge %(remote)/%(branch) |
88 | bind main gM ?git merge %(repo:remote) --no-ff | 88 | bind main gM ?git merge %(remote)/%(branch) --no-ff |
89 | 89 | ||
90 | # push | 90 | # push |
91 | bind main p none | 91 | bind main p none |