diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -256,6 +256,8 @@ bind status d ?>rm %(file) | |||
256 | bind status D ?>git clean -df | 256 | bind status D ?>git clean -df |
257 | 257 | ||
258 | # solve conflict | 258 | # solve conflict |
259 | bind status M none | ||
260 | bind status Mo @git checkout --ours -- %(file) | ||
259 | bind status U ?>git reset --hard | 261 | bind status U ?>git reset --hard |
260 | bind status gc @git clean --force | 262 | bind status gc @git clean --force |
261 | bind status Ba @git rebase --abort | 263 | bind status Ba @git rebase --abort |