Skip to content

Latest commit

Β 

History

History
50 lines (32 loc) Β· 1.08 KB

File metadata and controls

50 lines (32 loc) Β· 1.08 KB

commit

🌴 Quickly commits code

πŸš€ Installation

Via Homebrew

Wip 🚧

Manual

You can paste the binary in your bin directory (e.g., on mac it's /usr/bin/local).
Don't forget to grant execution permissions to the binary.

chmox +x commit

πŸ’» Usage

commit allows you to commit your code by running a unique command.

commit

πŸ§‘β€πŸ€β€πŸ§‘ Contributing

To contribute, fork the repository and open a pull request with the details of your changes.

Create a branch with a conventionnal name.

  • fix: bugfix/the-bug-fixed
  • features: feature/the-amazing-feature
  • test: test/the-famous-test
  • hotfix hotfix/oh-my-god-bro
  • wip wip/the-work-name-in-progress

πŸ“Œ Roadmap

  • Fix set-upstream creation when first commit
  • Choose upstream during commit
  • Rewrite in Go
  • More options during git add step
  • Installation via Homebrew

πŸ“‘ License

This project is under MIT License.