git-co 0.2.0

A command-line tool for simplified git branch checkout.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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