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
- Host: GitHub
- URL: https://github.com/svtter/commit
- Owner: Svtter
- Created: 2020-05-28T02:22:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:03:59.000Z (over 3 years ago)
- Last Synced: 2025-03-27T14:55:23.918Z (about 1 year ago)
- Topics: command-line, git
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
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
- 
## 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