Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Created December 2, 2014 14:58
Show Gist options
  • Select an option

  • Save vanderhoop/fae8a7b1b7168769095d to your computer and use it in GitHub Desktop.

Select an option

Save vanderhoop/fae8a7b1b7168769095d to your computer and use it in GitHub Desktop.

Intro to Version Control with Git

Code is fragile. Accidentally delete a character here, accidentally add a colon there--and everything breaks. Fortunately, we have a tool to help us recover the original, working code. That tool is called Git. Spend 15 minutes researching and anwering the questions below.

  • What is Git?

    • Answer:
  • What problem does it solve?

    • Answer:
  • What are the alternatives to Git?

    • Answer:
  • Articulate a specific scenario in which Git would be useful.

    • Scenario:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment