diff --git a/README.md b/README.md index b434a637..ebcd68d6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For installation of Jekyll, please follow the [installation guide](https://jekyl 5. Run`bundle install` (preps the web server for local previewing) -6. `git branch your_branch_name` (give it a descriptive name like "whitelist changes") followed by `git checkout your_branch_name`7 +6. `git branch your_branch_name` (give it a descriptive name like "whitelist changes") followed by `git checkout your_branch_name` 7. Every time you make changes, run `git commit -a` to add your changes followed by `git push` to push them to your repo on github.com. The first time you push, you'll need to run `git push --set-upstream origin your_branch_name` first to let Github.com know about your new branch.