diff --git a/README.md b/README.md index 94fff461..5e9506cd 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `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_merge` – adds remote to branch names; * `git_not_command` – fixes wrong git commands like `git brnch`; * `git_pull` – sets upstream before executing previous `git pull`; * `git_pull_clone` – clones instead of pulling when the repo does not exist;