Tag: tooling
All the articles with the tag "tooling".
-
Hiding Formatting Commits from Git Blame with .git-blame-ignore-revs
How to use .git-blame-ignore-revs to stop formatting-only commits from polluting git blame, preserving the ability to trace actual logic changes back to their authors.
-
Git Aliases That Go Beyond Shortcuts
How git config aliases can run shell commands, accept arguments, chain multiple operations, and become first-class workflow tools — not just abbreviations.
-
Git Stash Beyond the Basics
Named stashes, partial stashing, applying without dropping, creating branches from stashes, and understanding what git stash actually stores.
-
Embedding Repositories with git subtree
How git subtree lets you include and sync another repository as a subdirectory — without .gitmodules, detached HEADs, or recursive clone flags.
-
Git Features Worth Knowing: A Practical Index
A curated map of underused git features grouped by the situations where they matter most — debugging regressions, reviewing code, managing history, handling large repos, and shipping releases.
-
Terminal Migration: Alacritty Alternatives for macOS + Arch + Zellij + Neovim
Investigating terminal emulator options to replace Alacritty, focusing on macOS full-screen stability with external monitors, cross-platform consistency, and Zellij/Neovim compatibility.