From 83343398b50c0a3ff1077594479f5239d1f24490 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 16 Feb 2020 22:51:11 -0700 Subject: [PATCH] Added a few more instructions to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9c52ade..549604f 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,12 @@ or On local machines, to update from canonical GitLab repo: git pull origin master + +If there are local changes to overwrite: + + git fetch --all + git reset --hard origin/master + +To update the canonical repo with local committed changes: + + git push origin master