new-wiki.html: fix suggested git commands

See #55
This commit is contained in:
Drew DeVault 2021-10-18 10:44:18 +02:00
parent 4545705f9a
commit 8db6e0b822
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ git rm -rf *
echo "Hello world!" >index.md
git add index.md
git commit -m"Initial wiki commit"
git push</pre>
git push -u origin {{repo.ref}}</pre>
{% else %}
<pre>git clone {{clone_url.url}} &amp;&amp; cd {{repo.name}}
echo "Hello world!" &gt;index.md
git add index.md
git commit -m"Initial wiki commit"
git push</pre>
git push -u origin master</pre>
{% endif %}
<p>
For more information, consult the