From 5cc4c5700f40c873cd2835850cda1f57a15a88e6 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Thu, 11 Oct 2018 11:59:30 +0200 Subject: [PATCH] add additional speaker notes --- basics.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/basics.html b/basics.html index c734a32..0a0c57d 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> -- GitLab