Bloomfield-FA17-CAT318A / Guides-VersionControl

Version Control/GitHub Guides for Fall 2017 - Game Architecture and Engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guides: Version Control

Updated for Spring 2017! Here are some useful tips for this class and other classes as well.

Version Control

For this class, your later assignments will be submitted via GitHub, so you will want to start using Git (or even use SVN).

Install a client

One of the easiest solutions (for some) is to install

There are also other clients like SourceTree and GitKraken.

or if you like working in right in Windows Explorer, use one of these:

Now Mac users have a similar product that works in Finder:

Using a client

Once you have something installed, then you can read:

If you decide to go with a Tortoise product, then you may want to read:

After you have that inital connection to the GitHub repository then you can read:

Client documentation

Here are some links to documentation to the clients that we will support:

Other helpful links

About

Version Control/GitHub Guides for Fall 2017 - Game Architecture and Engines