From cf36325752168b53b13d105f551aa72d20441b29 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Fri, 22 May 2020 14:34:59 +0200 Subject: [PATCH] doc: Update usage & options in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f2942..6a1e506 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,21 @@ $ npm install --global git-branch-select ## Usage ```sh -$ git branch-select [search] +$ git branch-select [options] [search] # Alias it in your .gitconfig for added convenience, # for example: bs = branch-select ``` +``` +Options: + --version, -v Show version + --help, -h Show usage help + + --local, -l List local branches only + --remote, -r List remote branches only + --tags, -t List tags +``` + ``` ~/C/node-bencode (bignum-support) $ git branch-select ? Select a branch: ›