BigW Consortium Gitlab

project_was_moved_email.text.erb 364 Bytes
Newer Older
1
Project #{@old_path_with_namespace} was moved to another location
James Newton committed
2

3
The project is now located under 
Vinnie Okada committed
4
<%= namespace_project_url(@project.namespace, @project) %>
James Newton committed
5

6

7
To update the remote url in your local repository run (for ssh):
8
  git remote set-url origin <%= @project.ssh_url_to_repo %>
9 10
or for http(s):
  git remote set-url origin <%= @project.http_url_to_repo %>