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

https://github.com/svtter/commit

quick git commit command
https://github.com/svtter/commit

command-line git

Last synced: about 2 months ago
JSON representation

quick git commit command

Awesome Lists containing this project

README

          

# Quick commit

Tools for git quick commit.

This tools will commit all of your changes and push current branch to remote.

## Feature

- One line for `git add` and `git commit`
- Format code.

## Screenshots

- ![Example](./screenshots/example.svg)

## Install

- `git clone git@github.com:Svtter/commit.git`
- `pipx install .`

## Usage

1. `commit`
2. `commit [your commit message]` # Not available now.

Use `commit -h` to learn more.

## Next

- [ ] Combine with commit msg tools: [lintush](https://github.com/google/lintush)
- [ ] History commit message.

## Related work

- [commitlint][1]
- [pre-commit][2]

[1]: https://github.com/conventional-changelog/commitlint
[2]: https://github.com/pre-commit/pre-commit
[3]: https://github.com/Svtter/commit/releases/tag/0.1