Git Tutorial #11 – How to Resolve Merge Conflicts in Git

In this Git and GitHub Tutorial, we will learn about how to Resolve Merge Conflicts in Git. Merge conflicts can occur in software development or test automation code due to many reasons, resolving merge conflicts in Git is important so you can push code to repository without issues.

 

Git Tutorial #10 – Git Branching and Merging | Git Branches Tutorial

In this Git and GitHub Tutorial, we will learn about the Git Branching and Merging with example. This video will cover complete details about how you can do branching in your test automation code development and then merge the code into main branch.

This Git branches tutorial will help you understand usage of branching and merging in software development or test automation projects.

 

Git Tutorial #9 – Importance of Git Branching | Git Branches Tutorial

In this Git and GitHub Tutorial, we will learn about the importance of Git Branching. Git branches are the important way to manage conflicts in software development and do software releases with ease. This Git branches tutorial video is an introduction to explain why branching is important in test automation or software development.

Git Tutorial #4 – How to do First Commit in Git | First Git Commit

In this Git and GitHub Tutorial, we will learn how to do first commit in git. We will understand about various scenarios which might be possible when you join any project as developer or test automation engineer and then walk through the process of check in the code to Git local repository.

Doing the first Git commit in Git local repository is very simple process and a must skill for SDET to have in order to version control your automation code.

Git and GitHub Tutorial #1 – What is Git | Introduction to Git

In this Git and GitHub Tutorial, we will learn what is Git and introduce all the key concepts about Git and why do we need it. We will start with introduction to Git and what are the advantages of Git in software development and testing.