Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 13, 2024
1 parent 3b92d30 commit 013594c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ List recently checked out branches:
git-ninja branch:recent
```

List frequently checked out branches, limit to 5 results while excluding 'develop' and 'main' from the list:

```bash
git-ninja branch:recent -c 5 -e 'develop|main'
```

Show the last checked out branch name:

```bash
Expand Down

0 comments on commit 013594c

Please sign in to comment.