1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Add git_merge to README

See https://github.com/nvbn/thefuck/pull/755#issuecomment-354683542
This commit is contained in:
Joseph Frazier 2018-01-01 20:48:35 -05:00
parent 6a07cc396a
commit a0ae1bde22

View File

@ -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` &ndash; fixes `git help <alias>` commands replacing <alias> with the aliased command;
* `git_merge` &ndash; adds remote to branch names;
* `git_not_command` &ndash; fixes wrong git commands like `git brnch`;
* `git_pull` &ndash; sets upstream before executing previous `git pull`;
* `git_pull_clone` &ndash; clones instead of pulling when the repo does not exist;