Compare commits

..

3 Commits

9
update_repo.sh Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
# ins Verzeichnis wechseln, wo das Script selbst liegt
cd "$(dirname "$0")"
# git aktualisieren
#git fetch origin
git pull --rebase