Categorygithub.com/jupeter/git-updated-files
repositorypackage
0.3.0
Repository: https://github.com/jupeter/git-updated-files.git
Documentation: pkg.go.dev

# README

Build Coverage Go Report Card License

GIT Updated Files

This is very simple GIT helper, that show list of changed files between two branches. The tool is dedicated for CI/CD workflow.

The quickest way to try the command-line interface is an in-lined configuration.

# Download the latest release as /usr/local/bin/git-updated-files
$ curl https://raw.githubusercontent.com/jupeter/git-updated-files/main/install.sh \
    | bash -s -- -b /usr/local/bin
# Run the command
$ git-updated-files --target-ref master --filter ".(hcl|txt)"

Run git-updated-files --help or have a look at the Usage Docs for more information.