diff --git a/README.md b/README.md index 4ff50cd2..141193ed 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ following rules are enabled by default: * `git_fix_stash` – fixes `git stash` commands (misspelled subcommand and missing `save`); * `git_flag_after_filename` – fixes `fatal: bad flag '...' after filename` * `git_help_aliased` – fixes `git help ` commands replacing with the aliased command; +* `git_lfs_mistype` – fixes mistyped `git lfs ` commands; * `git_merge` – adds remote to branch names; * `git_merge_unrelated` – adds `--allow-unrelated-histories` when required * `git_not_command` – fixes wrong git commands like `git brnch`;