Skip to content

Commit 57de516

Browse files
authored
Update README.md
1 parent 1f58069 commit 57de516

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
## Welcome to GitHub Games
1+
## Welcome to Git Debuggine Techniques
22

3-
A project based learning activity for people who are getting started with Git and GitHub.
3+
## This GitHub repository is used to demonstrate Git debugging commands in the Git Debugging Techniques course on Pluralsight.
4+
5+
### Course Description
6+
7+
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.
8+
9+
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.
10+
- First, you’ll learn how to debug your code through file history using Git Blame.
11+
- Next, you’ll learn how to search through your codebase by binary search using Git Bisect.
12+
- Last, you’ll learn how to search for a string or regular expression using Git Grep.
13+
14+
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.
15+
16+
17+
---
418

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

721
>> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_
822
9-
This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris
23+
This fun open source game was cloned from: https://github.com/githubtraining/github-games

0 commit comments

Comments
 (0)