From b78c844e26be848d48e227dd97009fcd975abc5c Mon Sep 17 00:00:00 2001 From: Alpho Junior Date: Tue, 28 Nov 2023 11:18:49 +0200 Subject: [PATCH] Create gitpull_labonfhir.sh --- scripts/gitpull_labonfhir.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/gitpull_labonfhir.sh diff --git a/scripts/gitpull_labonfhir.sh b/scripts/gitpull_labonfhir.sh new file mode 100644 index 0000000..5ea1122 --- /dev/null +++ b/scripts/gitpull_labonfhir.sh @@ -0,0 +1,2 @@ +git fetch --all +git pull origin master