Today is the day you come of age as a programmer. I’m so proud of you already.
First, ‘fork’ your own copy of that ‘vim_lessons’ repository in GitHub. After you do that, you’ll be able to see the code on your own GitHub page.
Next, clone it to your local machine. Then fix the vandalized Walt Whitman poem.
git add poetry/walt_whitman
will “stage” the file, i.e. make it part of the upcoming snapshot.git commit -m "fixed poem"
will take the snapshot. You can write anything you want in the quotes, but keep it relevant.git push -u origin master
should do the trick.There’s no need to email me anything; on Friday, September 4th at midnight I’ll just check GitHub to make sure you did the assignment.
Please use the command line to do this entire assignment. Please email me if you get stuck and Google can’t help. Here’s a screencast of me doing the entire assignment. It is officially the most boring video on all of YouTube. Have fun!