From c0c7397057bd75bb18947feff271c009ca82c1b2 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Tue, 2 Jun 2015 06:09:45 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06d8f18b..5960434a 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `javac` – appends missing `.java` when compiling Java files; * `java` – removes `.java` extension when running Java programs; * `git_add` – fix *"Did you forget to 'git add'?"*; +* `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch; * `git_checkout` – creates the branch before checking-out; * `git_diff_staged` – adds `--staged` to previous `git diff` with unexpected output; * `git_no_command` – fixes wrong git commands like `git brnch`;