🔨 refactor(optimize): added git pull to the script

This commit is contained in:
Eshan Roy
2024-08-01 03:43:35 +05:30
parent 83023dc463
commit ecadfa1321

View File

@@ -42,6 +42,9 @@ fi
echo "Commit message:"
echo "$commit_msg"
# Pull form Github
git pull
# Stage all changes
git add .