You are on page 1of 1

Start Your Quotebook

Objective:
This assignment is designed to solidify the following skills that you
have learned in the previous videos:
1. Initializing a repository
2. Adding files to the staging area and making commits
3. Viewing commit history
4. Revert and reset commits

To Do:
1. Create the MyQuoteBook folder
2. Create a file called “happiness.txt” and add a few quotes
about happiness to it
3. Initialize your git repository and make your first commit
4. Add another file called “humor.txt” and add a few quotes to it
5. Make your second commit
6. Make changes to both files and make a third commit
7. Revert your third commit

Optional:
8. Run “git revert -n HEAD” to see how you can “Revert the
revert” and then make a commit
9. Reset to the commit before you had reverted (Step 7)

You might also like