GitHub Notes, Social Coding

I’m working on a website with one other developer who lives out of sydney, and we’re collaborating through Git, the system used for the creation of various pieces of software, web apps and other programs.

These three videos helped me a lot with the basics:

 



My quick reference notes:

  • in terminal, cd “c:/location”
  • git status (to see if there is anything to push to the server)
  • git commit -m “comment for the updates”
  • git push https://branch-url.git