#N/A: Add new git_rm_recursive rule

This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-03-14 18:59:32 -03:00
parent 39f7cc37eb
commit 51e89a36ef
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -167,6 +167,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `git_pull_clone` – clones instead of pulling when the repo does not exist;
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
* `git_push_pull` – runs `git pull` when `push` was rejected;
* `git_rm_recursive` – adds `-r` when you try to `rm` a directory;
* `git_remote_seturl_add` – runs `git remote add` when `git remote set_url` on nonexistant remote;
* `git_stash` – stashes you local modifications before rebasing or switching branch;
* `git_two_dashes` – adds a missing dash to commands like `git commit -amend` or `git rebase -continue`;