Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avil13/avil13-git-co

Quick and pleasant way to switch branches
https://github.com/avil13/avil13-git-co

cli git

Last synced: 19 days ago
JSON representation

Quick and pleasant way to switch branches

Awesome Lists containing this project

README

        

# avil13/co

## Simplest way for use "git checkout"

![demo](assets/cli-demo.gif)

Install:

```sh
npm install -g avil13-co
```

Type alias "`co`" for switch branch.

# Usage

```sh
# Shows a list of branches that can be switched to
co
```

```sh
# Shows help message
co -h
```

```sh
# Showing merged branches
co m
```

```sh
# Showing not merged branches
co un
```

```sh
# Choosing a branch to delete
co -D
```