Git Articles

Sorted By: Most Recent
Amandeep Singh Amandeep Singh
Updated on August 26, 2024

Git Merge Theirs Explained

The Git merge ‘theirs’ command -Xtheirs overrides changes in the master branch with changes in your feature branch, resolving git merge conflicts. Here’s how. 

Image: Shutterstock / Built In
Ayush Poddar Ayush Poddar
Updated on June 12, 2024

How to Rename a Git Branch

When you work in Git, it’s important to know how to rename a Git branch to keep your projects consistent. Here’s how to do it in both a local repository and remote.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is Git?

Git is the most widely used version control system for software development. It ensures developers will be able to revert back to specific past versions of their work.

Image: Shutterstock / Built In
Antonello Zanini Antonello Zanini
Updated on September 05, 2023

How to Fix the GitHub Error ‘Remote Host Identification Has Changed’

GitHub recently replaced its RSA SSH host key. Learn how to fix the “Warning: Remote Host Identification Has Changed” error message.

Image: Shutterstock / Built In
Filiz Şenyüzlüler Filiz Şenyüzlüler
Updated on August 03, 2023

Git Rebase vs Merge: Which to Use?

In Git, rebasing and merging are both designed to integrate changes from one branch into another branch but in different ways.

Image: Shutterstock / Built In
Alex Circei Alex Circei
Updated on March 15, 2023

Why 2022 Will Be the Year of Git Analytics

Here’s a solution that can make developers more efficient, managers more accurate, and engineering processes less flawed — without becoming an extra drain on resources.