https://github.com/rawnly/git-add-commit
Commit made easy
https://github.com/rawnly/git-add-commit
Last synced: 8 months ago
JSON representation
Commit made easy
- Host: GitHub
- URL: https://github.com/rawnly/git-add-commit
- Owner: rawnly
- Created: 2021-11-23T16:31:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T10:26:15.000Z (over 3 years ago)
- Last Synced: 2024-12-28T09:43:23.652Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Add Commit
> Commit made easy
## Installation
Download the latest release and put the binary in your `$PATH`
#### Homebrew:
```shell
brew tap rawnly/tap
brew install git-add-commit
```
## Usage
```shell
git add-commit [commit message]
```
- ENTER to `add` and `commit`
- d to run `diff`
- e to edit the `commit message`
- p to run `add`, `commit` and `push`
#### See also
- [`git-select`][git-select] - git checkout with ease.
[git-select]: https://github.com/rawnly/git-select