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

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

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