GitHub What is it good for? - HeardLibrary/corpus-baudelaire GitHub Wiki

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