GitHunt
PI

piotrplenik/git-updated-files

GIT Updated Files for CI/CD

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.

Languages

Shell64.7%Go35.3%

Contributors

MIT License
Created August 9, 2021
Updated April 13, 2022
piotrplenik/git-updated-files | GitHunt