I\'m developing some software that requires me to use a remote server for testing if it works. I can\'t host a local version.
Anyway, I have git set up. The way I wo
It is a good practice to separate:
I can even skip sending it to the remote git server, I just want to sync files between my local machine and the development server.
That is a release management process, like having a cron job doing regular rsync. But it has nothing to do with your SCM (here: Git), which won't have a native solution for that.