1.0.7 • Published 5 years ago

@sanderhelleso/cit v1.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago