This document outlines the requirements for preparing your account and laptop prior to class. It may be required that you escalate to administrative privileges for the tool installations. It is common for development tools to require administrative privileges at installation time.
We'd like you to establish a GitHub account to facilitate hands-on practice of the network flow components of Git during class. A free account can be established at the GitHub Signup Page. We'd also recommend you take a look at our supported browsers after you signup ensure the best experience.
Please keep your username and password close at hand. You'll use it several times during class.
It is best if you use a valid email address for your GitHub.com signup at which you can receive email during class. Demonstrations of code comments and Pull Requests work best when you can see them functioning end to end, including email-based notifications.
We'll need a command line version of Git for use during class. The following steps and our GitHub Git Installation Help Page describe how to test and accomplish that installation. You can bypass the SSH setup steps if you wish. We'll focus on using HTTPS during our class.
We request that you use version 1.7.9 or newer to correctly handle interactive authentication when using HTTPS as the repository access protocol.
git --version at the terminal or command prompt.which git.usr/bin/git, it was likely installed by Apple or Xcode.usr/local/bin/git it was likely installed by Homebrew.PATH order may need to be modified to get the newly installed Git in "front" of other Git installations.yum and apt-get are the best way to install and update Git.Optionally, you can read several free ProGit book chapters. The more knowledge you bring to the table on class day, the more we maximize the return on investment for the time spent learning together. These selected chapters form a great introduction.
Jot down a few questions about Git and GitHub. The class flows best for everyone when we put the materials in the context of your real-world applications of Git and GitHub.