Categorygithub.com/i2bskn/git-sco
repositorypackage
0.0.2
Repository: https://github.com/i2bskn/git-sco.git
Documentation: pkg.go.dev

# 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

OptionTypeDefaultDescription
-fBoolfalseOmit the feature namespace. (<branch> => feature/<branch>)

Installation

Download from releases and stored in the $PATH.