Difference between revisions of "Learning Git (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This article introduces Git for the beginner. == Requirements == Learning and using Git requires: * An account with a Git hosting se...")
 
Line 25: Line 25:
 
* [[Git (software)]]
 
* [[Git (software)]]
 
* [[Revision control]]
 
* [[Revision control]]
 +
 +
== External links ==
 +
 +
GitHub links:
 +
 +
* [https://guides.github.com/ GitHub Guides]
 +
* [https://guides.github.com/activities/hello-world/ Hello World]
 +
* [https://help.github.com/articles/set-up-git/ Set Up Git] @ GitHub
 +
* [https://help.github.com/desktop/guides/getting-started/ Getting Started with GitHub Desktop]
 +
 +
General links:
 +
 +
* [http://alistapart.com/article/get-started-with-git Get Started with Git] - Al Shaw November 02, 2010
 +
* [https://www.codecademy.com/blog/74-getting-started-with-git Getting Started with Git] - Karen Baker
 +
June 06, 2013
 +
* [http://www.alexkras.com/getting-started-with-git/ Git Cheat Sheet]
 +
* [http://www.sitepoint.com/git-for-beginners/ Git for Beginners]
 +
* [http://www.drdobbs.com/tools/getting-started-with-git-the-fundamental/240160261 Getting Started with Git: The Fundamentals]
 +
* [http://stackoverflow.com/questions/2658/getting-started-with-version-control Getting started with Version Control] @ Stack Overflow
 +
* [https://git-scm.com/book/en/v1/Getting-Started Getting Started]
 +
* [https://git-scm.com/book/en/v2/Getting-Started-Git-Basics Git Basics]
 +
* [http://teamtreehouse.com/library/git-basics Git Basics] @ Team Treehouse
 +
* [http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1 Git for Beginners] - Lauren Norsini
 +
* [http://sixrevisions.com/web-development/easy-git-tutorial/ Quickly Get Started with Git]
 +
* [http://sirupsen.com/starting-with-git/ Starting With Git!]
 +
* [https://generalassemb.ly/online/videos/getting-started-with-git-and-github Getting Started with Git and GitHub] - Derek Dahmer
 +
* [https://www.youtube.com/watch?v=DVDLoe_2MBc Getting Started with GitHub + Git] @ YouTube
 +
* [How to Get Started with Github How to Get Started] @ YouTube

Revision as of 04:26, 5 October 2015

This article introduces Git for the beginner.

Requirements

Learning and using Git requires:

Git hosting services

See GitHub.

Git clients

See ...

Git servers

See ...

See also

External links

GitHub links:

General links:

June 06, 2013