💾 Archived View for freeshell.de › tldr › git-cherry-pick.gmi captured on 2023-11-14 at 09:22:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Apply the changes introduced by existing commits to the current branch.
To apply changes to another branch, first use `git checkout` to switch to the desired branch.
git cherry-pick {commit}
git cherry-pick {start_commit}~..{end_commit}
git cherry-pick {commit_1} {commit_2}
git cherry-pick -n {commit}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).