Added a comment

This commit is contained in:
Lukey 2021-05-29 17:22:40 +00:00 committed by admin
parent d6c496b590
commit 96e78b0262

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="Lukey"
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
subject="comment 3"
date="2021-05-29T17:22:40Z"
content="""
Then you have a bare git repo. You can convert it to a normal one like this:
mkdir bla
mv bla.git bla/.git
cd bla
git config core.bare false
git checkout master
"""]]