Ask Your Question
2

What is the process of taking a portion of modifications made in a branch and transferring them to a distinct branch?

asked 2021-09-20 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-02-09 09:00:00 +0000

lakamha gravatar image

The process of taking a portion of modifications made in a branch and transferring them to a distinct branch is called cherry-picking. It involves identifying the specific commit(s) containing the changes to be transferred, applying the changes to the target branch, and creating a new commit with the cherry-picked changes. This allows for selective merging of changes between branches and enables developers to maintain separate lines of development while still incorporating specific changes from other branches.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-20 11:00:00 +0000

Seen: 8 times

Last updated: Feb 09 '23