Please forgive me if I am asking a repetitive question but I am new to using git repositories and I don't know where to start. Here is my how I want to set up my repository:
Create a local repository that the dev site will run under IIS and MySQL database both on my Windows machine. I will eventually export data to a remote server once I'm done developing the site. The HSP doesnt allow for remote access to the database so I will host the database from my static IP which is a windows machine.
The remote server will be running a wordpress site on an apache server so the wp-config will be different which I will figure out.
I will likely share the repository on Github if the project gets too large for me to work on my own.
I know this is alot to ask for so maybe someone could point me in the right direction as to where I need to start my research.
A) Should I focus on Git from the command line B) Create a shared repository on Github?
Once again, I apologize in advance, but I am a little confused regarding GIt and Github and how I can use them together.