Browsing Tag
git
99 posts
What the F**k is Git
Hey everyone! Welcome to the first lesson! Okay so for the first one, I’m going to combine the…
Git is really cool, actually
I have a favorite Git protocol operation. It’s fetch. Before you judge me for having strong opinions about…
Keeping branches in sync in a Monorepo: The Pre-Push hook solution
Introduction If you have ever worked in a monorepo with multiple teams pushing code daily, you know the…
Git Bits: Working Without a Server
Git is…complicated. This series focuses on breaking git down into commit-sized pieces. The Server Is Optional Git is…
Creating Your First Repo
Today, you will create your first repository in Git. In this lesson from Skillcrush 105, students learn what…
Day 13: Advance Git & GitHub for DevOps Engineers
Git Branching Branching is a fundamental concept in Git that allows you to work on new features or…
[Boost]
Fixing File Renaming Issues in Git: Handling Case Sensitivity and core.ignorecase Ediongsenyene Joseph I. ・ Oct 30 ’24…
Git and Version Control Systems: A Developer’s Essential Guide
Version control is the backbone of modern software development, and Git has emerged as the industry standard tool…
Git Switch vs Git Checkout
If you’ve used Git for more than a day, git checkout is probably muscle memory right. New branch?…
Git: 50 Essential Commands for Everyday Workflow
Git is a distributed version control system (DVCS) created by Linus Torvalds in 2005 to manage the Linux…