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

11 lines
306 B
Plaintext
Raw Normal View History

Project was moved to another location
2013-08-29 22:26:32 -04:00
The project is now located under
2013-03-12 06:40:49 -04:00
<%= project_url(@project) %>
2013-08-29 22:26:32 -04: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 %>