Clean up repo state
This commit is contained in:
6
post-merge.bak
Executable file
6
post-merge.bak
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
git commit -m "Auto-commit: Accepted AI change at $(date)"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user