Tag

cherry-pick

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 3, 2025 · Fundamentals

Practical Git Tips: Rebase, Cherry‑pick, Stash and Common Scenarios

This article walks through eight typical Git problems—missing branches, unwanted merges, unfinished work, wrong commit messages, early‑stage fixes, mass commit squashing, and recovery after mistakes—showing how to use rebase, cherry‑pick, stash, revert and related commands to resolve them efficiently.

cherry-pickcommitgit
0 likes · 21 min read
Practical Git Tips: Rebase, Cherry‑pick, Stash and Common Scenarios
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 2, 2020 · Fundamentals

Master Uncommon Git Commands: From Basics to Advanced Rebase Techniques

This article introduces essential and less‑common Git commands, explains basic operations like clone, pull, branch, and commit, then dives into advanced topics such as merge versus rebase, cherry‑pick, reset versus revert, and HEAD reference syntax, providing clear examples and visual illustrations.

cherry-pickgitmerge
0 likes · 11 min read
Master Uncommon Git Commands: From Basics to Advanced Rebase Techniques