Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avil13/avil13-git-co
- Owner: avil13
- Created: 2019-12-16T10:07:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T03:13:31.000Z (over 1 year ago)
- Last Synced: 2024-10-11T17:18:24.194Z (about 1 month ago)
- Topics: cli, git
- Language: TypeScript
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```