Topic

#Version Control

4 posts tagged “Version Control”.

The Lycoris Team The Lycoris Team · · 4 min read

What Is a Git Worktree? Multiple Branches, One Repo

A git worktree lets you check out several branches at once in separate folders, sharing one .git history without cloning the repo again.

#Git #Developer Tools #Version Control
Takina Takina · · 4 min read

What Is Semantic Versioning (SemVer)?

Semantic versioning encodes compatibility into a version number's three parts — major, minor, patch — so dependents know what a version bump might break.

#Developer Tools #Version Control #Software
The Lycoris Team The Lycoris Team · · 3 min read

What Is Git? Version Control, Explained for Beginners

Git is a distributed version control system that tracks changes to code and enables collaboration. Learn the core concepts and everyday workflow.

#Git #Developer Tools #Version Control
The Lycoris Team The Lycoris Team · · 5 min read

Git Rebase vs. Merge: A Practical Guide

When should you rebase and when should you merge? A clear, example-driven breakdown of the trade-offs, plus a simple workflow you can adopt today.

#Git #Version Control #Workflow

← All topics