From 33f5e10a95f65a83f34b56ec8b35e0159dddbb0f Mon Sep 17 00:00:00 2001 From: Alpho Junior Date: Tue, 28 Nov 2023 11:15:22 +0200 Subject: [PATCH] Create gitpull_fhir2.sh --- scripts/gitpull_fhir2.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/gitpull_fhir2.sh diff --git a/scripts/gitpull_fhir2.sh b/scripts/gitpull_fhir2.sh new file mode 100644 index 0000000..3477fc4 --- /dev/null +++ b/scripts/gitpull_fhir2.sh @@ -0,0 +1,2 @@ +git fetch --all +git pull origin main