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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.