From 3cb676e105e0b77d5e93eae11b5c0937795f92ad Mon Sep 17 00:00:00 2001 From: Prabhash Singh <6311526+pr4bh4sh@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:32:07 +0100 Subject: [PATCH] Add script to sync with upstream --- sync_master.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sync_master.sh diff --git a/sync_master.sh b/sync_master.sh new file mode 100644 index 00000000..8d6ed4f0 --- /dev/null +++ b/sync_master.sh @@ -0,0 +1,6 @@ +git pull --rebase --ff-only +git fetch upstream master +git pull --rebase upstream master +git push +git fetch --tags upstream +git push --tags \ No newline at end of file