Skip to content

GitHub What is it good for?

Ed Warga edited this page Jul 16, 2014 · 3 revisions

getting started

resources

git workflow

an example workflow that may reduce conflicts between forks and master. keeps history in order.

  • fork
  • clone
  • pull most recent changes from upstream into fork - use GitHub browser interface - compare
  • branch
  • work on branch
  • pull most recent changes from upstream
  • merge fork and branch
  • pull request to merge fork and master