Setup¶
Run the following commands to set up a new git repo with a single file, attributes.txt
.
In this example, you've created one commit.
- The
--oneline
flag tells git to display one line per commit.
Challenge¶
Immediately after committing your file, you spotted two mistakes 🤦♀️.
- You misspelled "sugar" inside
attributes.txt
- You misspelled "beignet" in the commit message
Fix these mistakes without introducing a second commit.