started with new-chart script
This commit is contained in:
parent
4f092eaa2a
commit
6472903b4f
7
scripts/new-chart
Executable file
7
scripts/new-chart
Executable 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"
|
Loading…
Reference in New Issue
Block a user