I upload PHP website project to server godaddy. And I use Netbeans and once I code on project at localhost, it'll execute remote synchronization with project on server when I save file.
Now I want use Git, I read many guide, almost use GitHub. But I don't want to use GitHub. And here :
http://progit.org/book/ch2-9.html
To be able to collaborate on any Git project, you need to know how to manage your remote repositories.
Remote repositories are versions of your project that are hosted on the Internet or network somewhere
or
Pushing to a Remote Server
- is Remote repositories is project on godaddy server ?
- And a more question:
I only has 2 project code :- 1 on godaddy server,
- 2 on localhost.
Master branch is project code on my localhost in this case ?
I read many guide but almost don't understand.