git-checkout-and-pull

1.0.0 • Public • Published

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>.

Package Sidebar

Install

npm i git-checkout-and-pull

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.98 kB

Total Files

3

Last publish

Collaborators

  • tomherman11