gitlab-org--gitlab-foss/app/views/notify/project_was_moved_email.text.erb
2015-10-29 14:14:21 +01:00

10 lines
368 B
Text

Project <%= @old_path_with_namespace %> was moved to another location
The project is now located under
<%= namespace_project_url(@project.namespace, @project) %>
To update the remote url in your local repository run (for ssh):
git remote set-url origin <%= @project.ssh_url_to_repo %>
or for http(s):
git remote set-url origin <%= @project.http_url_to_repo %>