My server provider somehow deleted the remote repository and so i need to override it with my local copy.
However when i do git push origin master it says everything is up to date – but it’s definitely not.
How can i force GIT to push all files regardless of the remote state?
Do like this When creating a git repository that will be on the server, can I convert it to a bare repository?
Then copy the bare version to the server.