Skip to content

Files

Latest commit

0ba8ab4 · Jan 12, 2025

History

History
50 lines (32 loc) · 1.08 KB

README.md

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.