I have a website hosted as a Laravel git repo. If I transfer the repo from GitHub to GitLab (or anywhere, for that matter), I'm happy that the GitLab tool works find for this.
But what do I do the server? The current webroot is a checkedout git folder with (many) uncommitted files, such as some pictures uploaded for website pages and the entirity of the /vendor/ folder.
How do I let the server know to re-point the git repo to GitLab?