This is a practice Github repository for readers of the "How to Become a Web Developer: a field guide" book. This repository is used in the Git and Version Control Chapter.
In this repository, I am asking readers to Fork, Clone, add their name to the "sign-your-name.md" file and then make a Pull Request to add their name to the repository.
Practicing the concepts learned in the Git and Version Control Chapter.
Just add your name as a new bullet point. If don't want to use your real name that's fine, but at least make it creative. No John Smiths allowed. Think more "Slim Pickens" or "Zsa Zsa Gabor".
Append your name to the end of the file, after the most recent bullet point.
If you'd like to add a message, feel free. Appropriate messages only please.
* Ryan Reynolds: People in LA are deathly afraid of gluten. I swear to god, you could rob a liquor store in this city with a bagel.
These are the same directions described in the book.
- Fork the repository onto you Github account.
- Clone the Forked repository on your computer.
- Make a side-branch.
git checkout -b some-branch-name
- Open the
sign-your-name.md
and add your name with a message (optional), just like Ryan Reynolds has. - Push the changes to your Fork. Replace
Monkeychip
with your Github username, andsome-branch-name
with your branch's name.git push -u Monkeychip some-branch-name
- Open a Pull request. Ask to merge your
some-branch-name
into my master branch. Give a brief description. - You'll be notified if I accept the changes and merge your changes, effectively adding your name to the list.