aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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