Skip to content

Learning

Nathan Werth edited this page Oct 17, 2016 · 2 revisions

Online resources

Using GitHub

  • GitHub online training
    • Training offerred by GitHub itself, most of these are free online webinars. There's also the short and self-paced course Introduction to GitHub.
  • GitHub Guides
    • General overviews to different GitHub tasks (Issues tracking, Markdown authoring, repo forking, etc.).
  • GitHub: The beginner's guide
    • Article starting with the very basics of GitHub (what each button is, how to search for repositories, etc.) and ending with how to use Git and GitHub together.

Using Git

  • Official Git documentation
    • Includes the basic command references, an online version of the book Pro Git, and tutorial videos
  • Try Git
    • Interactive exercise to learn the basic Git workflow and commands
Clone this wiki locally