started with new-chart script

This commit is contained in:
Jonas Forsberg 2024-11-11 16:34:41 +01:00
parent 4f092eaa2a
commit 6472903b4f

7
scripts/new-chart Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "main" ]]; then
echo "Create a new branch first!"
exit 1;
fi
echo "running"