Tagged articles

amend

6 articles · Page 1 of 1
AI Engineer Programming
AI Engineer Programming
Jul 28, 2026 · Fundamentals

Essential Git Commands for AI Programming: worktree, diff, and .gitkeep

This guide walks through practical Git workflows—creating parallel worktrees, handling merge conflicts, stashing changes, inspecting diffs, navigating history with log and reflog, amending commits, using reset versus revert, cherry‑picking specific changes, bisecting bugs, and preserving empty directories with .gitkeep—tailored for AI coding tools such as Claude Code, Cursor, and Codex.

amendbisectcherry-pick
0 likes · 9 min read
Essential Git Commands for AI Programming: worktree, diff, and .gitkeep
Liangxu Linux
Liangxu Linux
Feb 5, 2023 · Fundamentals

How to Fix Wrong Git Commit Author Email Without Re‑committing

This guide explains why commits may contain an incorrect corporate email, shows how to amend the most recent commit or batch‑rewrite the entire history using git commands and a filter‑branch script, and addresses a common backup error during the rewrite process.

Commitamendauthor
0 likes · 5 min read
How to Fix Wrong Git Commit Author Email Without Re‑committing