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