fix
This commit is contained in:
parent
762386b56d
commit
7ae55c1ec8
|
@ -22,7 +22,7 @@
|
|||
:class => 'repository' + (repo == @repository ? ' selected' : '')
|
||||
}.join(' | ').html_safe %>)</p>
|
||||
<% else %>
|
||||
<h3>版本库请设置好正确的编码方式(utf-8),否则中文对比会出现乱码</h3>
|
||||
<h3>项目代码请设置好正确的编码方式(utf-8),否则中文会出现乱码</h3>
|
||||
<h3>建立版本库文件夹,打开命令行执行如下:</h3>
|
||||
<div class="repos_explain">
|
||||
<p>git init</p>
|
||||
|
@ -45,6 +45,7 @@
|
|||
<p>git add .</p>
|
||||
<p>git commit -m "first commit"</p>
|
||||
<p>git push -u trustie master:matser</p>
|
||||
<p><%= link_to "李海提供", user_path(646)%></p>
|
||||
</div>
|
||||
<% end %>
|
||||
</h3>
|
||||
|
|
Loading…
Reference in New Issue