Skip to content

Instantly share code, notes, and snippets.

@samdods
Last active February 2, 2023 09:36
Show Gist options
  • Save samdods/d76379fb317fbc465da1ae817704b892 to your computer and use it in GitHub Desktop.
Save samdods/d76379fb317fbc465da1ae817704b892 to your computer and use it in GitHub Desktop.
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