Robert Ralph profile picture

Follow Robert

Robert Ralph

Petri Contributor

Robert is a DevOps Engineer working in Software Development and Cloud Services. He has been working in DevOps for more than 7 years. He has worked in Higher Education, Marketing, and Healthcare. When he is not hard at work, Robert enjoys a round of golf, a good scotch.

LATEST

DevOps code

How to Combine Branches with Git Merge

Last Update: Jul 11, 2022

If you’re using Git for source code management, you may need to merge different development branches for a project into a single branch. This article will guide you on how to combine two development branches with the Git merge command. We’ll be showing you how to create a Git project, create different branches, and merge…

View Article