Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.59 KB

Useful_links.md

File metadata and controls

16 lines (15 loc) · 1.59 KB
Name Links
First-Time Git Setup https://help.github.com/articles/set-up-git/#platform-all
Create A Repo https://help.github.com/articles/create-a-repo/
Fork A Repo https://help.github.com/articles/fork-a-repo/
Git FAQ https://help.github.com/
Introductory Reference & Tutorial(This introductory walkthrough acts as a nice tutorial.) http://gitref.org/
Official Git Tutorial(The official gittutorial man page is a good place to start.) https://git-scm.com/docs/gittutorial
Every Day Git (Learn the basics with 20 of the most common commands.) https://git-scm.com/docs/everyday
Git Immersion (A guided tour that walks through the fundamentals of Git.) http://gitimmersion.com/
Git Beginner's Guide for Dummies (This guide includes an introduction for complete beginners as well as hands-on tutorials for intermediate learners.) http://backlogtool.com/git-guide/en/
Ry’s Git Tutorial (A hands-on introduction to the entire Git porcelain.) http://rypress.com/tutorials/git/index.html
Git for Designers (No knowledge of version control? No problem.) http://web.archive.org/web/20150301060509/http://hoth.entp.com/output/git_for_designers.html
Git for Computer Scientists (A quick introduction to Git internals for people who aren't scared by words like Directed Acyclic Graph.) http://eagain.net/articles/git-for-computer-scientists/
git-draw (git-draw is a small tool that draws nearly the full content of a tiny git repository as a graph. It helps people with an engineering background learning Git's internals.) https://github.com/sensorflo/git-draw/wiki