Become a Git Power User Workshop

#git #workshop #github #rebase #merge #"conflict #resolution" #fork #diff #"git #reference #syntax"
Share

A technical talk and hands-on workshop for Git Version Control. "Becoming a Git Power User" will skip the basics of git usage (install, clone, commit), and focus on more advanced topics: merging, rebasing, conflict resolution, forking, and the internals of how git works.

The talk will include hands on exercises, so please come prepared. Sign-up for a github account and bring your laptops with git pre-installed. Please install the git command line tool Download Git. Your favorite IDE probably includes a git plugin, but it will not be suitable for this workshop. Most IDEs don't support all of the commands we use during the hands-on exercises.

 



  Date and Time

  Location

  Hosts

  Registration



  • Date: 14 Nov 2017
  • Time: 06:00 PM to 08:00 PM
  • All times are (GMT-05:00) US/Eastern
  • Add_To_Calendar_icon Add Event to Calendar
  • 100 Institute Rd
  • Worcester, Massachusetts
  • United States 01609
  • Building: Atwater-Kent Laboratories
  • Room Number: 116
  • Click here for Map

  • Contact Event Host
  • Survey: Fill out the survey
  • Starts 04 November 2017 08:00 AM
  • Ends 14 November 2017 06:00 PM
  • All times are (GMT-05:00) US/Eastern
  • No Admission Charge


  Speakers

Ryan Carey

Biography:

Mr. Carey is currently serving as the Worcester County Section Computer Society Chair, and has over 15 years of experience in Software Engineering at Raytheon and Dataxu. Mr. Carey has worked on everything from QA testing to Software Architecture. As a release engineer and github adminstrator at Dataxu, Mr. Carey has seen how users can struggle with git.

Email:

Ryan Carey

Biography:

Email:






Agenda

* How git works
* Our exercise repo on github
* The many uses of checkout
* Git Reference Syntax
* Diff
* Merging
* Rebasing
* Squashing
* Conflict Resolution
* Reset
* Forking