git-co 0.3.0

A command-line tool for simplified git branch checkout.
## 0.3.0 (Nov 5, 2023)

- Add `remote-only` option to display only remote branches
- Add `local-only` option to display only local branches
- Remove `show-remote` option
- Don't display the current branch when the `remote-only` option is set to `true`

## 0.2.0 (Jul 29, 2023)

- Add `show-remote` option to display remote branches
- Do not show remote branches by default

## 0.1.2 (Jun 13, 2023)

- Checkout with double clicking

## 0.1.1 (Jun 12, 2023)

- Checkout only when enter key is pressed
- Display the current branch at the bottom

## 0.1.0 (May 30, 2023)

- First release