Git Articles

Sorted By: Most Recent
Shashwat Nautiyal Shashwat Nautiyal
Updated on November 04, 2024

A Guide to ESLint, Prettier, Husky and Lint-Staged

ESLint, Prettier, Husky and lint-staged are code editing tools that can be used to correct errors and format code for consistency pre-commit. Here’s how they work. 

Image: Shutterstock / Built In
Filiz Şenyüzlüler Filiz Şenyüzlüler
Updated on November 04, 2024

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. These are the best times to use each method and some common mistakes to avoid.

Image: Shutterstock / Built In
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
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.