You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@sofer#26 answers the first part of your feedback.
Regarding git@github.com:NataliaLKB/learn-git-basics.git I would like to cover this, ssh keys, and forks in a FAC section. see #20.
Lastly, regarding the differences between the git push * commands. I don't think this is crucial for beginners to know. I think it could work in a further resources section #24
tormod17
pushed a commit
to tormod17/learn-git-basics
that referenced
this issue
Sep 13, 2015
I love this.
Here are some minor comments:
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.git clone https://github.com/NataliaLKB/learn-git-basics.git
and:
git@github.com:NataliaLKB/learn-git-basics.git
which beginners could usefully be made aware of.
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#_examplesThe text was updated successfully, but these errors were encountered: