diff --git a/challenges/01-first-commit/intro.txt b/challenges/01-first-commit/intro.txt index 9fe2a24..37e6fe1 100644 --- a/challenges/01-first-commit/intro.txt +++ b/challenges/01-first-commit/intro.txt @@ -1,2 +1,3 @@ -Hello, my name is YOUR_NAME. -I am currently on branch: YOUR_BRANCH. +Hello, my name is M.Jeshwanth +I am currently on branch: challenges + I am ready to learn Git. \ No newline at end of file diff --git a/challenges/02-branch-rescue/bug-report.md b/challenges/02-branch-rescue/bug-report.md index 39c1b57..eabef34 100644 --- a/challenges/02-branch-rescue/bug-report.md +++ b/challenges/02-branch-rescue/bug-report.md @@ -1,5 +1,7 @@ # Login Bug Ticket -STATUS: OPEN +STATUS: FIXED Issue: Login fails for users with trailing spaces in username. + +Fixed by diff --git a/challenges/03-merge-conflict-maze/poem.txt b/challenges/03-merge-conflict-maze/poem.txt index 5c36478..d409541 100644 --- a/challenges/03-merge-conflict-maze/poem.txt +++ b/challenges/03-merge-conflict-maze/poem.txt @@ -1,3 +1,4 @@ Code whispers in the night, -Git branches show us light, +Git branches map our way. +Git branches split the sky. Commits make progress bright.