Feature/my story#1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a short Markdown story to the repository, fitting the course context by illustrating core Git concepts (commits, branches, and history) in narrative form.
Changes:
- Introduces a new
story.mdfile containing “The Version Control Wizard” story. - Mentions basic Git concepts (commit/branch/log) in the story narrative.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
+3
to
+5
| In a small village nestled between mountains, there lived a peculiar wizard named Git who had the power to control time—but only for documents and code. Unlike other wizards who cast spells with wands, Git used mysterious commands like "commit" and "branch" to create parallel timelines of reality. The villagers would come to him whenever they made mistakes in their work, and Git would simply wave his hand and restore their projects to any previous state they desired. | ||
|
|
||
| One day, a young apprentice named Merge arrived at Git's tower, desperate for help. She had been working on an important spell scroll for weeks, but had accidentally erased half of it while trying to add new incantations. "Please, Master Git," she pleaded, "I have no backup of my work!" Git smiled knowingly and muttered his favorite incantation: "git log". Instantly, a glowing timeline appeared in the air, showing every change Merge had ever made to her scroll, each one carefully labeled with a message describing what she had done. |
There was a problem hiding this comment.
Markdown formatting: Git commands are currently in quotes ("commit", "branch", "git log"). Consider using inline code formatting (backticks) for commands to improve readability and consistency in .md files.
Suggested change
| In a small village nestled between mountains, there lived a peculiar wizard named Git who had the power to control time—but only for documents and code. Unlike other wizards who cast spells with wands, Git used mysterious commands like "commit" and "branch" to create parallel timelines of reality. The villagers would come to him whenever they made mistakes in their work, and Git would simply wave his hand and restore their projects to any previous state they desired. | |
| One day, a young apprentice named Merge arrived at Git's tower, desperate for help. She had been working on an important spell scroll for weeks, but had accidentally erased half of it while trying to add new incantations. "Please, Master Git," she pleaded, "I have no backup of my work!" Git smiled knowingly and muttered his favorite incantation: "git log". Instantly, a glowing timeline appeared in the air, showing every change Merge had ever made to her scroll, each one carefully labeled with a message describing what she had done. | |
| In a small village nestled between mountains, there lived a peculiar wizard named Git who had the power to control time—but only for documents and code. Unlike other wizards who cast spells with wands, Git used mysterious commands like `commit` and `branch` to create parallel timelines of reality. The villagers would come to him whenever they made mistakes in their work, and Git would simply wave his hand and restore their projects to any previous state they desired. | |
| One day, a young apprentice named Merge arrived at Git's tower, desperate for help. She had been working on an important spell scroll for weeks, but had accidentally erased half of it while trying to add new incantations. "Please, Master Git," she pleaded, "I have no backup of my work!" Git smiled knowingly and muttered his favorite incantation: `git log`. Instantly, a glowing timeline appeared in the air, showing every change Merge had ever made to her scroll, each one carefully labeled with a message describing what she had done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a story