Click here to Skip to main content
16,004,653 members
Articles / DevOps / Git

Advanced GIT Tutorial - Cherry-Pick vs Rebase vs Merge

Rate me:
Please Sign up or sign in to vote.
4.74/5 (6 votes)
2 Mar 2020CPOL4 min read 36.1K   6  
GIT has a huge amount of users, but there are only a very few who know all the differences between cherry-pick, rebase and merge.
One of the most important features of GIT is branching. The development of multiple functionalities can be done parallelly, independently of each other. In the end, of course, a version will be needed which includes functionalities from multiple branches. The article is a brief overview on the methods about how you can create such a version.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
I'm a software developer with around 5 years experience. Actually my main focuses are the following: software architecture, technical project leading, coaching, quality assurance and C++ development.
Next to that I'm blogging under: http://howtosurviveasaprogrammer.blogspot.com

Comments and Discussions