SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- modified=$(git ls-files --modified ..)
- if [[ $modified ]]; then
- echo "The following files are not following a guideline:"
- echo $modified
- git diff
- exit -1
- fi
RAW Paste Data