Skip to content

Instantly share code, notes, and snippets.

@fraune
Created September 27, 2023 02:16
Show Gist options
  • Save fraune/b2eb33738d0a040ab072dd5956dc684c to your computer and use it in GitHub Desktop.
Save fraune/b2eb33738d0a040ab072dd5956dc684c to your computer and use it in GitHub Desktop.
Create Git pre-commit task
cd ~/Programming/gitlab/mobile/android && \
echo ./gradlew ktlintFormat > .git/hooks/pre-commit && \
chmod +x .git/hooks/pre-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment