Created
December 15, 2025 13:51
-
-
Save mbloms/99884dc9cfe80983f622659e0b560f68 to your computer and use it in GitHub Desktop.
Spotless Apply using git filter-branch
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
| git filter-branch -f --prune-empty --tree-filter ' | |
| if [ -x ./gradlew ]; then | |
| ./gradlew -q spotlessApply | |
| fi | |
| ' --index-filter 'git rm -r --cached --ignore-unmatch .gradle build' -- integration..mikael-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment