Merkle Trees: Efficiently Finding What's Different
Series: System Design · Distributed Systems — Pillar 8 of 8 Systems Design # Post What it covers 00 Distributed Systems: What Happens When Machines Disagree Twenty concepts covering network par

Search for a command to run...
Articles tagged with #git
Series: System Design · Distributed Systems — Pillar 8 of 8 Systems Design # Post What it covers 00 Distributed Systems: What Happens When Machines Disagree Twenty concepts covering network par

Introduction In this small article we'll look into the steps you can follow to delete a local Git branch. Steps To remove a local Git branch, follow these steps: Switch to a different branch: You cannot delete a branch you are currently on. Use git ...

Introduction When a Merge Request (MR) or Pull Request (PR) is raised against a feature branch, and the latest commit SHA presented in the MR/PR interface differs from the "head commit" of the local feature branch. Possible reasons Local Changes Not...

Introduction In Git, HEAD is a symbolic reference that points to the tip of the current branch, which in turn points to the most recent commit on that branch. It represents the snapshot of your project that is currently checked out in your working di...

A Git Profile Generator website is a handy tool for developers looking to create personalized, visually appealing GitHub profiles. These generators allow users to customize their profile README with dynamic badges, stats, and other elements, enhancin...

Understanding Git Terminology: A Guide for Beginners Git, a distributed version control system, has its own unique terminology that can be confusing for beginners. In this article, we'll demystify Git terminology, explaining common terms and concepts...
