4
A simple GIT question...
I created a repository on the remote server and performed a git remote add (...), git add "files", git commit and git push origin master, on my localhost, so I could connect to the repository and upload the files. Everything went through normally (showed sending the files and the percentage of progress).
However, when I go to my server, I can’t find these files that I just pushed. Type ls -la and only my folder appears. git, which possibly contains these files I sent.
When pushing, the way I did, the files should already be present on the server?