1.0.0 • Published 3 years ago

git-checkout-and-pull v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

git-checkout-and-pull

npm package - A cli tool to execute 'git checkout' and 'git pull origin' in one command.

Install

npm install -g git-checkout-and-pull.

Usage

gitcp <remote git branch name> [--help]

The following commands will be executed: 1. git checkout <remote git branch name>. 2. git pull origin <remote git branch name>.