Read this in other languages: English, 简体中文
git-util
go install github.com/pefish/git-util/cmd/git-util@latest
git-util --config=/path/to/config
or
GO_CONFIG=/path/to/config git-util
- Fork it
- Download your fork to your PC
- Create your feature branch (
git checkout -b my-new-feature
) - Make changes and add them (
git add .
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request
If you discover a security vulnerability, please send an e-mail to pefish@qq.com. All security vulnerabilities will be promptly addressed.
This project is licensed under the Apache License.