Files
wpa-superstar-plugin/post-merge.bak
2025-03-17 12:34:19 +00:00

7 lines
133 B
Bash
Executable File

#!/bin/bash
if [ -n "$(git status --porcelain)" ]; then
git add .
git commit -m "Auto-commit: Accepted AI change at $(date)"
fi