Tag: workflow
All the articles with the tag "workflow".
-
Checking Out Only What You Need with git sparse-checkout
How to use git sparse-checkout to work with a subset of a large repository — checking out only specific directories without downloading or materializing the rest.
-
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 Tags Done Right: Lightweight, Annotated, and Signed
The difference between lightweight and annotated tags, when to use each, how signing works, and the full workflow for managing release tags in a team repository.
-
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.
-
Task Management Workflows for AI Coding Assistants
A survey of approaches for structuring task intake and autonomous execution with AI coding assistants, from native tools to GitHub Issues integration, MCP servers, and enterprise orchestration platforms.
-
Git Worktrees: Multiple Working Directories for a Single Repository
A technical overview of git worktrees — how they work, when to use them, process isolation considerations, and practical management for developers who frequently switch context between branches.