@sanderhelleso/cit
v1.0.7
Published
Quick git for branch controll and speed
Downloads
1
Readme
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