1.0.7 • Published 6 years ago
@sanderhelleso/cit v1.0.7
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" -aCommit, add and push
$ cit c "message" -a -p "branch"Checkout branch
Checkout existing branch
$ cit b "name"Checkout new branch
$ cit b "name" -nAdd all changes to current branch
$ cit aPush all commits to branch
$ cit p "name"Show current branch
$ cit l❯ LICENCE
MIT