Click here to Skip to main content
15,891,423 members
Articles / DevOps / Git

Advanced GIT Tutorial - Interactive Rebase

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
20 Mar 2020CPOL4 min read 6.5K   3  
Interactive rebase tool in GIT
It can often happen that you did something wrong by using GIT: you gave the wrong commit message, created too few or too many commits, you have commits in the wrong order or with the wrong content. To change such things, you have to change history in GIT. Interactive rebase in GIT is an efficient and powerful tool for that.

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