gitlab-org--gitlab-foss/app/views/notify/project_was_moved_email.tex...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
338 B
Plaintext
Raw Normal View History

2015-10-29 13:13:30 +00:00
Project <%= @old_path_with_namespace %> was moved to another location
2013-08-30 02:26:32 +00:00
The project is now located under
<%= project_url(@project) %>
2013-08-30 02:26:32 +00:00
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 %>