I followed these instructions: How to convert a normal Git repository to a bare one? then I tried to push to the main repo, I just changed some text in a test.txt
file.
When I pushed it, job was done with output
1 file changed, 1 line added...
but when I connect with FTP to see my test.txt file it wasn't there!
this is the command I used:
git push ssh://username@domain:22/~/repo
do you think I should change the command to this:
git push ssh://username@domain:22/~/repo/reponame.git master
Because I did this now and I am waiting for response because its taking a long time..