Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.92 KB

govt-github-101-links.md

File metadata and controls

34 lines (29 loc) · 2.92 KB

GitHub background features

GitHub in Government sources

Proficent Pull Requests and Code Review

Worklow & Branching Strategies

A few links to various sites and discussions of branching strategies I share with users who have questions. In general, I suggest branches be created for all bug fixes and new features, and if it is a particularly large change, you can have a "branch of branches."

  • Worth reading: The original work on Git branching strategies (I now find this outdated and overly complicated): nvie.com
  • High level overview of GitHub Flow: readthedocs.io
  • Good article using a development branch and GitHub Flow: medium.com
  • A discussion of branching considerations: creativebloq.com

Success