diff --git a/basics.html b/basics.html index c734a328315357ffc99876edba72dd0f4417f1cc..0a0c57de0f81cfcddb19f5126043ec6ae06c80f9 100644 --- a/basics.html +++ b/basics.html @@ -329,6 +329,10 @@ # optional argument git diff [--staged] ``` + + notes: + - do not yet type along, we will tell you + - do not type brackets they just mean argument optional </section> <section id="cli-git" data-markdown> @@ -360,6 +364,9 @@ git config --global alias.lol \ 'log --graph --decorate --oneline --all' ``` + + notes: + - open a terminal </section> <section id="setup-git-2" data-markdown> @@ -589,6 +596,9 @@ ## software licenses  + + notes: + - there are closed source licenses as well, ask your legal department about those </section> <section id="licenses-other" data-markdown> @@ -642,6 +652,7 @@ notes: - remotes have names, default to origin + - remotes are clones </section> <section id="distributed-webapps" data-markdown>