Source control: github.gatech.edu

Georgia Tech now has an Enterprise Github Server available for our use.  We have successfully used github with Unity;  while there are limitations to using Unity with a general source control management (SCM) system (because, for example, you can’t “merge” changes to Scene files and other opaque asset files from multiple people), you still get all the other advantages of using an SCM.

This server is more secure than github.com:  you cannot access public or private repos without logging in.

Please log into the system at github.gatech.edu with your GT credentials to verify you have access.

I will be distributing source code samples via this github server, and I encourage you to use it for both your assignments and you group project.

(Hint:  the Mac Github client allows you to specify both your github.com and enterprise github credentials, so if you are using this client, you can add in the enterprise connection and see both servers at the same time).

Comments are closed.