Last active
February 2, 2023 09:36
-
-
Save samdods/d76379fb317fbc465da1ae817704b892 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url=https://gist.githubusercontent.com/samdods/1ac451370729c0e9df72cce8bfcaa828/raw/3548420695acec86c721ffa9c74424212dcc2283/impactChecker.swift | |
exe=/tmp/impactChecker`uuidgen` | |
curl -fsSL $url > $exe | |
chmod +x $exe | |
git diff `git merge-base origin/develop HEAD`..HEAD --name-only | $exe | |
rm $exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment