1.4.0 • Published 10 years ago

git-lib-cli v1.4.0

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

git-CLI

This is a collection of various git-related CLI commands. To install, run

> npm install -g git-lib-cli

For more information on each CLI package, please view said package's README by clicking on the link of the package below.

Included Packages

Checkout

A command line tool that allows you to checkout to your other branches

> checkout

And a prompt will appear to checkout your local branches. To checkout your remote branches as well, please run

> checkout all

Commit

A command line tool that allows you to commit your local changes

> commit

You can also recommit your last change

> recommit

Push

A command line tool that allows you to push to your remote git

> push

Merge

A command line tool that allows you to merge from a selected branch into your current one

> merge

Revert

A command line tool that allows you to revert/uncommit changes you've made to files back to your last commit

> revert

Branch

A CLI tool that allows you to manipulate local git repository branch, or gain information. To get current git branch, files modified, and files added but uncommitted, run

> branch

To delete a branch, run

> branch delete

Versions

1.4.0

  • branch has new feature

1.3.0

  • branch

1.2.0

  • revert

1.1.0

  • Recommit

1.0.10

  • Fixed package.json bug

1.0.9

  • Updated to commit-cli v2.0.0
  • Added merge-cli

1.0.4

  • Updated package.json

1.0.3

  • Updated README

1.0.2

  • Fixed package.json bug

1.0.0

  • First
1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago