Skip to content
Ryan5732 edited this page Sep 28, 2012 · 10 revisions

###Github Github is simply a website where people store and share repositories publicly. To use git, you will want to install a client on your computer. (See installing git)

###Git Getting Started

Using Git

  • The Basics --NOTE: This tutorial is for command line git, but still provides all the basic concepts.

Super Excellent Git Reference

  • Git Reference Site
  • "The Git Reference site was put together by the GitHub team."
  • Although it's possible to quickly edit some files directly through the Github site, and even more files via the Github GUI tool, the best (and intended) way to work with Github is through the Git Bash console. It's not too tough... Fetch, edit, add, commit, and then push!

Clone this wiki locally