Added a comment
This commit is contained in:
parent
d6c496b590
commit
96e78b0262
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
"""]]
|
Loading…
Reference in a new issue