A little CLI tool to make more easy semantics commits
$ npm install -g @duccem/duccem-git
command | alias | Description |
---|---|---|
commit | -c --commit | Make a commit with a message |
add | -a --add | Add to the staging |
amend | -ca --commit-amend | Make commit to amend |
push | -p --push | Push the commit |
$ duccem-git -a
$ dcgit -a
$ duccem-git -c
$ dcgit -c
$ dcgit
$ duccem-git -ca
$ dcgit -ca
$ duccem-git -p
$ dcgit -p