Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zcong1993/add-staged
- Owner: zcong1993
- License: mit
- Created: 2022-04-01T16:30:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T17:15:19.000Z (over 2 years ago)
- Last Synced: 2024-06-20T14:28:25.574Z (5 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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