LXer: How To Cherry Pick Git Commits
by LXer from LinuxQuestions.org on (#4V8Y0)
Published at LXer:
When working with Git, you may want to include some specific changes into your current branch. You may want for example to introduce a specific commit located on another branch than your current branch. In order to perform this operation, you can use one useful git command : the git cherry-pick.
Read More...


When working with Git, you may want to include some specific changes into your current branch. You may want for example to introduce a specific commit located on another branch than your current branch. In order to perform this operation, you can use one useful git command : the git cherry-pick.
Read More...