From 33b1536c286c65c42265278bd06ca726c7c79b1e Mon Sep 17 00:00:00 2001 From: mcarton Date: Mon, 20 Jul 2015 21:07:56 +0200 Subject: [PATCH] Move misplaced rule in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb28e4..3238f45 100644 --- a/README.md +++ b/README.md @@ -190,11 +190,11 @@ Enabled by default only on specific platforms: * `brew_install` – fixes formula name for `brew install`; * `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`; * `brew_upgrade` – appends `--all` to `brew upgrade` as per Homebrew's new behaviour; -* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`); * `pacman` – installs app with `pacman` or `yaourt` if it is not installed. Bundled, but not enabled by default: +* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`); * `rm_root` – adds `--no-preserve-root` to `rm -rf /` command. ## Creating your own rules