patches/push.sh
2023-01-11 10:27:51 +01:00

7 lines
89 B
Bash
Executable File

#!/bin/sh
find . -empty -delete
fdupes -rNd .
git add *
git commit -m "update."
git push