A simple question from GIT ...
I created a repository on the remote server and ran a git remote add (...), git add "files", git commit and git push origin master, on my localhost so that I could connect to the repository and send the files. Everything went smoothly (showing sending the files and the percentage of progress).However, when I go to my server, I can not find these files I just pushed. I just type ls -la and it only appears my .git folder, which possibly contains these files that I sent.
When pushing, in the way I did, should the files already be present on the server?