Compare commits
3 Commits
91b321ab34
...
98dc49e0f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 98dc49e0f2 | |||
| 37f9624ac8 | |||
| 885a58f991 |
9
update_repo.sh
Normal file
9
update_repo.sh
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user