Hi
Newby question here so I apologize if my terms are incorrect.
I'm looking to change the way I upload my websites to my remote servers, I currently do this via FTP but keeping track of changes is a complete nightmare and although Git has been around for a while, it scared me so I just stuck to what I knew.
I've installed and setup Git in my project folder on my local server, I've managed to push these changes to the Bitbucket repository and all changes seems to be getting pushed correctly. This is currently using HTTPS and not SSH.
What I don't understand now is what to do from here.
Do I connect to my remote server via SSH and upload my files from my local server to my remote server?
Do I setup Git on my remote server the exact way I setup Git on my local server and push them once I'm ready? I use git init and git add . on my local server
Do I push the files from Bitbucket to my remote server? I personally feel this is the best way but I can't work out how?
Thanks