aschearer / shade

Home | Edit | New

Git Instructions

Windows

  1. Download msysGit from Git’s official downloads
  2. Run setup installer, choose all the default or recommended settings
  3. Open a git bash shell to execute Git commands (such as clone)

Mac

  1. Tiger, use this installer.
  2. Leopard, go to Git’s official downloads
  3. Double click on installer, follow instructions

Linux

  1. At the command line type git and hit enter.
  2. Follow the instructions to install git via the package manager

Configure

At the command line enter:

git config —global user.name “Your Name Comes Here” git config —global user.email you@yourdomain.example.com

Finally, when it comes time to push back changes make sure you have a ssh key set up with your GitHub account. Please consult the instructions at your account to get set up.

Last edited by aschearer, Fri Sep 19 00:38:00 -0700 2008
Home | Edit | New
Versions: