Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 414 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 414 Bytes

avil13/co

Simplest way for use "git checkout"

demo

Install:

npm install -g avil13-co

Type alias "co" for switch branch.

Usage

# Shows a list of branches that can be switched to
co
# Shows help message
co -h
# Showing merged branches
co m
# Showing not merged branches
co un
# Choosing a branch to delete
co -D