Added a few more instructions to README
This commit is contained in:
@@ -13,3 +13,12 @@ or
|
|||||||
On local machines, to update from canonical GitLab repo:
|
On local machines, to update from canonical GitLab repo:
|
||||||
|
|
||||||
git pull origin master
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user