Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 4.99 KB

external-resources.md

File metadata and controls

100 lines (84 loc) · 4.99 KB
layout title
default
External Resources

Enlightenment and Concepts

Interactive trainings

  • LearnGitBranching
    • Application designed to help beginners grasp the powerful concepts behind branching when working with git.

Books

Reference

Glossary

Tutorial

Videos

Flows

  • A successful git branching model
    • Schematic with master + develop + feature branches / hotfixes branches, when finished each is merged onto the others with merge no-ff (master, develop are the ones that get pushed)
  • GitHub-flow
    • Branches per feature + master, pull requests & merge after code review