Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.21 KB

learn-git-resources.mdown

File metadata and controls

37 lines (22 loc) · 2.21 KB

Resources for Learning (& Using) Git & Github

Getting Setup

  • Pro Git chapter 1.4 covers installing git on Linux, Mac, & Windows
  • StackOverflow's How to Install Git covers all the major operating systems and installation methods

Learn Git

  • ACRL TechConnect's "Gentle Introduction to Modern Version Control" by John Fink is a good starting point for understanding version control (the type of software Git is)
  • Git Ready is a nice set of command explanations, categorized "beginner," "intermediate," and "advanced"
  • Code School's Try Git course (looks like a few lessons are free, later ones are paid?).

Learn GitHub

Learn the Command Line

While not required knowledge to use git (see the Git GUIs below), a basic familiarity with the command line is useful in using Git and understanding what's going on.

Git Reference & Books

  • Pro Git, a book about Git that's more accessible than its title makes it sound

Git GUIs

Graphical software that lets you use Git without the command line.

  • GitHub Desktop (you will be directed to the Mac or Windows version depending on your operating system)
  • Tower

There is a list of GUIs available on the official Git website.