gitlab-org--gitlab-foss/app/views/notify/project_was_moved_email.text.erb
2013-08-29 21:26:32 -05:00

8 lines
219 B
Text

Project was moved to another location
The project is now located under
<%= project_url(@project) %>
To update the remote url in your local repository run:
git remote set-url origin <%= @project.ssh_url_to_repo %>