Skip to content

yaowenqiang/git-debugging-techniques

 
 

Repository files navigation

Welcome to Git Debugging Techniques

This GitHub repository is used to demonstrate Git debugging commands in the Git Debugging Techniques course on Pluralsight.

Course Description

When working on a large Git project, it’s not uncommon to come across code bugs that slow down or block your development process. In such instances, manually sifting through your commit history can be a challenging and time-consuming process.

In this course, Git Debugging Techniques, you’ll learn about three Git commands with different techniques that you can use to track down and identify when a bug was introduced into your codebase.

  • First, you’ll learn how to debug your code through file history using Git Blame.
  • Next, you’ll learn how to search through your codebase by binary search using Git Bisect.
  • Last, you’ll learn how to search for a string or regular expression using Git Grep.

At the end of this course, you’ll gain experience using several different Git debugging techniques that you can use to locate and fix bugs within your codebase.


You can play the game at: https://githubschool.github.io/github-games/

SUPPORTED BROWSERS: Chrome, Firefox, Safari, Opera and IE9+

This fun open source game was cloned from: https://github.com/githubtraining/github-games

About

Template repo for the follow along examples in the Git Debugging Techniques course on Pluralsight

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.8%
  • Shell 3.8%
  • Ruby 0.4%