https://github.com/abroudoux/commit
🌴 Quickly commits code
https://github.com/abroudoux/commit
bash bash-script bash-utilities git git-utils script
Last synced: 9 months ago
JSON representation
🌴 Quickly commits code
- Host: GitHub
- URL: https://github.com/abroudoux/commit
- Owner: abroudoux
- License: mit
- Created: 2024-11-14T11:24:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:33:35.000Z (12 months ago)
- Last Synced: 2025-03-30T04:41:19.805Z (10 months ago)
- Language: Go
- Homepage:
- Size: 8.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
chmox +x commit
```
## 💻 Usage
`commit` allows you to commit your code by running a unique command.
```bash
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](https://tilburgsciencehub.com/building-blocks/collaborate-and-share-your-work/use-github/naming-git-branches/).
- 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
- [x] Fix set-upstream creation when first commit
- [ ] Choose upstream during commit
- [x] Rewrite in Go
- [ ] More options during `git add` step
- [ ] Installation via Homebrew
## 📑 License
This project is under [MIT License](LICENSE).