#N/A: Add git_bisect_usage rule

This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-09-27 19:42:01 -03:00
parent 9660ec7813
commit c9264aff10
3 changed files with 47 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `fix_alt_space` – replaces Alt+Space with Space character;
* `fix_file` – opens a file with an error in your `$EDITOR`;
* `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*;
* `git_bisect_usage` – fixes `git bisect strt`, `git bisect goood`, `git bisect rset`, etc. when bisecting;
* `git_branch_delete` – changes `git branch -d` to `git branch -D`;
* `git_branch_exists` – offers `git branch -d foo`, `git branch -D foo` or `git checkout foo` when creating a branch that already exists;
* `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch;