浏览代码

templates/repo/empty.tmpl : fix repo setup instructions (#12122)

Co-authored-by: codeberg <codeberg@codeberg.org>
tags/v1.13.0-rc1
Andreas Shimokawa 3 年前
父节点
当前提交
510e4bd245
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      templates/repo/empty.tmpl

+ 1
- 1
templates/repo/empty.tmpl 查看文件

@@ -49,7 +49,7 @@
<div class="markdown">
<pre><code>touch README.md
git init
{{if ne .Repository.DefaultBranch "master"}}git branch -m master {{.Repository.DefaultBranch}}{{end}}
{{if ne .Repository.DefaultBranch "master"}}git checkout -b {{.Repository.DefaultBranch}}{{end}}
git add README.md
git commit -m "first commit"
git remote add origin <span class="clone-url">{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}</span>

正在加载...
取消
保存