Files
gitlabhq/scripts/lint-conflicts.sh
2020-02-04 00:09:04 +00:00

6 lines
76 B
Bash
Executable File

#!/bin/sh
output=`git grep -En '^<<<<<<< '`
echo $output
test -z "$output"