From 09379a60e88148da28a4c03750b1b3b5aa8b596a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 May 2013 15:02:21 -0400 Subject: Add note on how to cherry-pick in git --- git/git-cheatsheet.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/git/git-cheatsheet.txt b/git/git-cheatsheet.txt index a6be949..248775b 100644 --- a/git/git-cheatsheet.txt +++ b/git/git-cheatsheet.txt @@ -16,6 +16,13 @@ Revert uncommited changes git reset --hard HEAD +Copy commit from one branch to the other + + # On the source branch + git log -1 + git cout + git cherry-pick + Setup remote repository On remote: -- cgit v1.1