Posts tagged as Git
#Git
A Look Inside My Personalized .gitconfig
Boost your Git efficiency! A simple config for a smoother workflow.
Simpler context switching with Git worktrees
git worktree allows you to attach a branch to a specific folder. It's like doing a clone of a repository that shares the same git folder.
Monorepo: is it worth jumping the bandwagon?
Monorepos: beyond the hype. when and when not) to use them.
Git: Cheat Sheet (advanced)
A Git Cheat Sheet that focuses on Essential Commands for Experienced Developers.
What's happens when you "git commit"
Understanding the Git Folder Structure and how git works under the hood.
Enhance your git log with conventional commits
Standards to write more explicit commits messages.