#N/A: Fix git_add rule

This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-03-17 23:25:03 -03:00
parent 3a39deb485
commit 41707b80c6
3 changed files with 21 additions and 30 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `dry` – fixes repetitions like `git git push`;
* `fix_alt_space` – replaces Alt+Space with Space character;
* `fix_file` – opens a file with an error in your `$EDITOR`;
* `git_add` – fixes *"Did you forget to 'git add'?"*;
* `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*;
* `git_branch_delete` – changes `git branch -d` to `git branch -D`;
* `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch;
* `git_checkout` – fixes branch name or creates new branch;