Morning O'Git

December 16, 2013 - 4:00pm
Location: 
Stanford Law School, room 283, right wing, second floor

Let's talk about ways to collaborate using git.

Intro to git terminology

  • clone
  • push
  • pull
  • fetch
  • merge
  • branch
  • tag
  • commit
  • checkout
  • remote
  • fork
  • pull request

Tracking by yourself

  • local repo
  • remote repo
  • like "track changes" in Word
  • github/bitbucket: gives you backup, distribution, issue queues, GUI

Collaborating with other users

  • branches
  • issues
  • pull request
  • merge