I have self-hosted Gitlab installation on a domain. And I need to move Gitlab instance to a different domain. Almost all another Gitlab data will be saved and migrated to a new location.
Is there a solution to automatically and handless change git origin <URL>
for any git clients when they perform next pull from the old location? Could be something like server controlled hooks.