Click here to Skip to main content
15,903,362 members
Articles / DevOps / Git

Advanced GIT Tutorial - How to Debug Your Code with GIT?

Rate me:
Please Sign up or sign in to vote.
4.93/5 (7 votes)
19 May 2020CPOL3 min read 5.8K   6  
A proof introduction to Git blame and Git bisect
GIT is a version control system which can also provide you a great support to debug your code, regardless of the programming language. In this post, we will see some builtin git commands which can make your life easier if something went wrong in your project.

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