Files
scripts/shell/giter.sh
2025-09-18 11:35:56 +02:00

10 lines
85 B
Bash
Executable File

#!/bin/sh
git add .
git commit -a -m 'auto commit'
git fetch -a
git pull
git push