-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
I love this.
Here are some minor comments:
- "students of Founders & Coders 8 week coding Academy."
perhaps change to "students of courses at Founders & Coders", just because I suspect we will want to use this for our weekend courses, too.
git branch new-branch
To a novice, it may not be clear whether new-branch is a command or the name of something. my-new-branch
might be more obvious.
- Might be worth noting the difference between:
git clone https://github.com/NataliaLKB/learn-git-basics.git
and:
[email protected]:NataliaLKB/learn-git-basics.git
which beginners could usefully be made aware of.
- Might be worth nothing the difference between
git push
,git push origin
andgit push origin master
. See http://stackoverflow.com/questions/12462481/what-is-the-difference-between-git-push-origin-and-git-push-origin-master and https://www.kernel.org/pub/software/scm/git/docs/git-push.html#_examples - Under "Merging Changes with Master" at the end, you may want to say something about comparing across forks, and about base fork and head fork otherwise there is a danger that you will get loads of pull requests into your original repo.