1.0.7 • Published 6 years ago

@sanderhelleso/cit v1.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

CIT is tiny and easy to use. It aims to increase the git flow where structured commits and branches are required.

❯ Install

Install with npm:

$ npm install @sanderhelleso/cit -g

❯ Usage

Commit

Commit

$ cit c "message"

Commit and add

$ cit c "message" -a

Commit, add and push

$ cit c "message" -a -p "branch"

Checkout branch

Checkout existing branch

$ cit b "name"

Checkout new branch

$ cit b "name" -n

Add all changes to current branch

$ cit a

Push all commits to branch

$ cit p "name"

Show current branch

$ cit l

❯ LICENCE

MIT

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago