Skip to content

Instantly share code, notes, and snippets.

@jasonmccreary
Last active June 7, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmccreary/2baad1104dd43d5583435b551f887681 to your computer and use it in GitHub Desktop.
Save jasonmccreary/2baad1104dd43d5583435b551f887681 to your computer and use it in GitHub Desktop.
Getting Git Resources

Resources from the Getting Git workshop

These resources are either referenced during my Getting Git workshop or serve as materials for additional learning.

  • Pro Git - Recommend reading the first three chapters.
  • Git Flow and GitHub Flow - two of the popular branching models. I recommend GitHub Flow or more generally the master/feature branching model.
  • How to write a good commit message
  • My Blog - many of the recent articles go into more detail on Git commands and everyday scenarios we covered in the workshop.

In addition, the Getting Git workshop is based on the Getting Git video course. This can not only serve as a refresher, but also cover more commands and scenarios than the workshop.

For more questions, feel free to find me on Twitter or email jmac at gettinggit.com.

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