I have a bare repository in my remote server. Files get uploaded on the remote server, now I would like to sync or pull those uploaded files to my local repository.
I usually run git push website in order to deploy my local committed files, now I would like to do the opposite. How can I do this?
Thanks
git push?git pull websiteI get:Already up-to-date, and I think this is due to the same reason Ryan mentioned. Are there any other solutions to this?