-
Clone this repository
-
-
-
-
-
Need help cloning? Visit Help!
+
{{.i18n.Tr "repo.clone_this_repo"}}
+
+
+
+
+
{{.i18n.Tr "repo.clone_helper" | Str2html}}
-
Create a new repository on the command line
+
{{.i18n.Tr "repo.create_new_repo_command"}}
touch README.md
git init
git add README.md
@@ -40,7 +40,7 @@ git push -u origin master
-
Push an existing repository from the command line
+
{{.i18n.Tr "repo.push_exist_repo"}}
git remote add origin {{.CloneLink.SSH}}
git push -u origin master
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 31259f056..6f3d4c66c 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -16,10 +16,10 @@