- Installing on Linux
$
If you’re on a
$
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- I’m often asked how to merge only specific commits from another branch into the current one. The reason you’d want to do this is to merge specific changes you need now, leaving other code changes you’re not interested in right now behind
https://www.devroom.io/2010/06/10/cherry-picking-specific-commits-from-another-branch/
- Why would I use this?
That is a good question. Why would you cherry-pick instead of just merging one branch into the other? The short answer is that
https://swsblog.stanford.edu/blog/cherry-picking-small-git-lesson
No comments:
Post a Comment