#N/A: Add new git_help_aliased rule

This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-03-12 18:51:47 -03:00
parent 4fb99fd7a8
commit bcab700215
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -161,6 +161,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `git_checkout` – fixes branch name or creates new branch;
* `git_diff_staged` – adds `--staged` to previous `git diff` with unexpected output;
* `git_fix_stash` – fixes `git stash` commands (misspelled subcommand and missing `save`);
* `git_help_aliased` &ndash; fixes `git help <alias>` commands replacing <alias> with the aliased command;
* `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;