Difference between revisions of "Git"
Jump to navigation
Jump to search
(Created page with "<hide> page type::article thing type::version control system thing type::software license::open source </hide> ==About== Git is a [[version control system]...") |
(Stack Overflow link) |
||
Line 14: | Line 14: | ||
** [http://git-scm.com/book/en/Getting-Started-Git-Basics 1.3 Getting Started - Git Basics] | ** [http://git-scm.com/book/en/Getting-Started-Git-Basics 1.3 Getting Started - Git Basics] | ||
===Online Courses=== | ===Online Courses=== | ||
− | * [http://www.codeschool.com/courses/try-git Learn to use Git] @ Code School (free registration required) | + | * [http://www.codeschool.com/courses/try-git Learn to use Git] @ [[Code School]] (free registration required) |
+ | ===Discussion=== | ||
+ | * [http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide beginner's practical guide to Git] @ [[Stack Overflow]] |
Revision as of 02:12, 14 August 2013
About
Git is a version control system based on a powerful distributed model.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
Reference
Online Books
Online Courses
- Learn to use Git @ Code School (free registration required)