From e30e33d0aa056639fc1d67c908e1dc3007dcec2f Mon Sep 17 00:00:00 2001 From: Alpho Junior Date: Tue, 9 Apr 2024 16:50:41 +0200 Subject: [PATCH] Create gitpull_labonfhir.sh --- scripts/gitpull_labonfhir.sh | 4 ++++ 1 file changed, 4 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..55cf538 --- /dev/null +++ b/scripts/gitpull_labonfhir.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git fetch --all +git pull origin master