Added a few more instructions to README

This commit is contained in:
Nathan Schneider
2020-02-16 22:51:11 -07:00
parent 9642b0723a
commit 83343398b5
+9
View File
@@ -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