1.1.4 • Published 6 years agoCLI
interactive-git-checkout
Licence
—
Version
1.1.4
Deps
1
Size
4 kB
Vulns
1
Weekly
0
interactive-git-checkout
CLI for simple branch switching

# Install the CLI
npm install --global interactive-git-checkout
# Use this command to interactively check out
igc
# Or make a git alias
git config --global alias.co '!igc'
git co
# Ctrl+C at any point safely aborts everything