Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcong1993/add-staged

git add only staged files, usually used in git pre-commit hook.
https://github.com/zcong1993/add-staged

Last synced: 1 day ago
JSON representation

git add only staged files, usually used in git pre-commit hook.

Awesome Lists containing this project

README

        

# add-staged

> git add only staged files, usually used in git pre-commit hook.

## Install

```shell
brew tap zcong1993/homebrew-tap
brew install zcong1993/tap/add-staged
# go user
go install github.com/zcong1993/add-staged@latest
```

## License

MIT © zcong1993