# README
Git sloppy checkout
Usage
git sco <branch>
If specified branch exists in local branches to run the git checkout <branch>
.
If specified branch exists in remote branches to run the git checkout -b <branch> origin/<branch>
.
If specified branch does not exists in local or remote branches to run the git checkout -b <branch>
Options
Option | Type | Default | Description |
---|---|---|---|
-f | Bool | false | Omit the feature namespace. (<branch> => feature/<branch> ) |
Installation
Download from releases and stored in the $PATH
.