Skip to content
Tag6 articles

Git

Everything on Core Concept Learning tagged with Git. Explore related tags below.

Related tags

Articles

An agent can turn a small ticket into a working patch quickly. It can also turn an ambiguous ticket into a convincing pile of changes that nobody can explain. T…

Aug 14, 20268 min read
Read

The Claude Code desktop app is built for power users who need to juggle multiple branches, run terminals, and review git changes without context switching. Drag…

Aug 18, 202611 min read
Read

Git worktrees let you check out multiple branches simultaneously in separate directories—each with its own working tree, staging area, and HEAD. Claude Code bec…

Aug 18, 202610 min read
Read

When engineering teams scale AI agent usage, running multiple terminal sessions in the same working directory creates immediate file lock collisions, uncommitte…

Jul 31, 20265 min read
Read

Git has hundreds of options, but daily work clusters around a short path: inspect an edit, stage it, commit it, publish a branch, and undo mistakes without losi…

Jul 16, 20265 min read
Read

A branching strategy answers three operational questions: which branch matches production, where unfinished work integrates, and how an urgent fix reaches users…

Jul 6, 20265 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics