This commit is contained in:
LukeGus
2024-11-28 01:26:47 +00:00
parent 7f835c5f25
commit 4e6f048d6d

View File

@@ -29,6 +29,12 @@ else
fi fi
fi fi
# Check if there are any changes to commit
if git diff --quiet; then
echo "No changes to commit."
exit 0
fi
# Perform git operations # Perform git operations
echo "Adding all changes..." echo "Adding all changes..."
git add . git add .