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

  • 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 way to work with git is through the bash console. It's not too tough... Fetch, edit, add, commit, and then push!

Clone this wiki locally