Tag

cherry-pick

0 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.

Version Controlcherry-pickcommit
0 likes · 21 min read
Practical Git Tips: Rebase, Cherry‑pick, Stash and Common Scenarios
Code Ape Tech Column
Code Ape Tech Column
Jul 16, 2024 · Fundamentals

Practical Git Commands: stash, reset --soft, cherry-pick, revert, reflog and Short Aliases

This article introduces five essential Git commands—stash, reset --soft, cherry-pick, revert, and reflog—explaining their purposes, typical scenarios, and step‑by‑step usage, and also shows how to create convenient short aliases for frequent Git operations.

Version Controlcherry-pickgit
0 likes · 16 min read
Practical Git Commands: stash, reset --soft, cherry-pick, revert, reflog and Short Aliases