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