git-ic

Git CLI helper for creating initial commits


Keywords
cli, git, commit, helper, git-commit, initial, initial commit, initial-commit, message
License
MIT
Install
npm install git-ic@1.0.0

Documentation

git-ic

CircleCI XO code style code style: prettier install size Downloads

Git CLI helper for creating initial commits

Install

$ npm install git-ic -g

Usage

The default commit message is: initial commit.

Usage
  $ git ic
  $ git-ic

Options
  --message, -m  Custom message for the initial commit

Examples
  $ git ic
  $ git ic -m "first commit"
  $ git ic --message "first commit"

License

MIT