Mon, April 7, 2025 1 min read Find large files in a git repository #git #CLI #bash A quick way to find the largest files in your git history when your repo has grown out of control. read more →
Sun, August 18, 2024 1 min read Clean up git history with interactive rebase #git #Tutorial Use interactive rebase to squash messy commits into clean, logical units before pushing. read more →
Mon, November 25, 2024 1 min read Work on multiple branches simultaneously with git worktree #git #CLI #Tutorial Git worktrees let you have multiple branches checked out in separate directories without stashing or cloning. read more →