Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project_was_moved_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3f18b35a4d606a0b46dcddc9ffe3faafef02576 (plain)
1
2
3
4
5
6
7
8
9
10
Project 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 %>