From cc6d1d2c001c3bae532a6f3fd8a0b002f3694e80 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Fri, 6 Sep 2019 15:05:10 +0200 Subject: [PATCH] improves first slide preparation notes --- basics.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/basics.html b/basics.html index e0c5166..121376d 100644 --- a/basics.html +++ b/basics.html @@ -30,12 +30,12 @@ ## for beginner-level git users notes: - - terminal session preparation: - - two terminals each with same tmux session, check font size - - remove user, host and path from prompt - - clean git config for demo - - close your laptops - - hand out cheat sheets later, no need to write stuff down + - `make -B` to create images + - two terminals each with same tmux session, increase font size + - `export PS1="\\[\\033[0;36m\\]\\w\\[\\033[0;35m\\]\$(__git_ps1 \" (%s)\")\\[\\033[0;36m\\] $ \\[\\033[0m\\]"` + - remove git config for demo + - log in to git.idiv.de + - cheat sheets are handed out later - if you have questions feel free to interrupt </section> -- GitLab