Testing #1

Merged
LukeGus merged 9 commits from testing into main 2024-11-28 04:52:52 +00:00
Showing only changes of commit 4e6f048d6d - Show all commits

View File

@@ -29,6 +29,12 @@ else
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
echo "Adding all changes..."
git add .