mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
8 lines
245 B
Bash
Executable File
8 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
# branch="$(git branch --show-current)"
|
|
# if test "${branch}" = "master" -o "${branch}" = "main"; then
|
|
# echo "Cowardly refusing to commit on ${branch} branch."
|
|
# echo "You can delete this pre-hook or do it right."
|
|
# exit 1
|
|
# fi
|