From a6de0fb0663568101fff9f5b4b86d8b797486807 Mon Sep 17 00:00:00 2001 From: Tim Hutt Date: Wed, 16 Jun 2021 16:03:03 +0100 Subject: [PATCH] Update usage in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a25ba..bdbf833 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,10 @@ Just run `autorebase` in your repo. This will perform the following actions Full usage is: - autorebase [--slow] [--onto ] + autorebase + [--slow] + [--all-branches] + [--onto ] `` is `master` by default. If you develop on `develop` you probably want `autorebase --onto develop`.