Git from localhost to remotehost with a team of three
- by Mark McDonnell
Hi, I'm completely new to Git.
I've only just worked out how to use Github in a basic way (e.g. push my local file changes to Github - so I've not done 'pulling' down of content from Github and 'merging' it into my localhost version or anything like that).
I had a look over at this existing question - Git: localhost remote development remote…