An open API service indexing awesome lists of open source software.

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

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).