gitlabhq/app/views/notify/project_was_moved_email.text.erb

9 lines
239 B
Plaintext
Raw Normal View History

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