forked from nordquip/sousms
-
Notifications
You must be signed in to change notification settings - Fork 0
Git Tutorials
Ryan5732 edited this page Sep 28, 2012
·
10 revisions
##Github Github is simply a website where people store and share Git repositories publicly, or privately with a paid membership. To use git & github, 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!
Project Contribution Guide
- Not Yet Established