I want to learn DevOps

DevOps Manifesto

DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.

What is DevOps

https://github.blog/2020-10-07-devops-definition/

Area’s to learn

Git Workflow

https://guides.github.com/introduction/flow/

Branching Patterns

Example: feature/1-MyReallyAwesomeFeatureThatWillMakeUsLotsOfMoney

Branch prefix types

  • feature
  • bug
  • chore
{story type}/{pivotal tracker id}-{summary that is descriptive of the Story i.e the title}

Branching patterns dictate how your workflow will end up being like, as is really the backbone for how you will build out your pipelines.

Devops books

Helpful Inks

Examples and training