Merge pull request #171 from mcarton/dry

Add a don't repeat yourself rule
This commit is contained in:
Vladimir Iakovlev
2015-05-08 12:11:41 +02:00
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -144,6 +144,7 @@ using matched rule and run it. Rules enabled by default:
* `cd_parent` – changes `cd..` to `cd ..`;
* `cd_mkdir` – creates directories before cd'ing into them;
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `dry` – fix repetitions like "git git push";
* `fix_alt_space` – replaces Alt+Space with Space character;
* `git_add` – fix *"Did you forget to 'git add'?"*;
* `git_checkout` – creates the branch before checking-out;