From c7c2bf7be8785a378730136fc3bdbf35d9778ad0 Mon Sep 17 00:00:00 2001 From: Heerko Date: Fri, 9 Jan 2026 17:17:02 +0100 Subject: [PATCH] logging in --- slides.rst | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/slides.rst b/slides.rst index 0c7bc8c..e84781e 100644 --- a/slides.rst +++ b/slides.rst @@ -113,26 +113,6 @@ Minimum requirement: you can run `git` in a terminal. ---- -Configure identity (once) -========================= - -.. code-block:: bash - - git config --global user.name "Your Name" - git config --global user.email "you@example.com" - -Check: - -.. code-block:: bash - - git config --global --list - -.. note:: - - This shows up in commit metadata (provenance). - ----- - Core concept: three areas ========================= @@ -413,6 +393,8 @@ If everything went well, check the repo with: git status git branch +The first time you checkout from https://git.hackersanddesigners.nl the server will ask you for credentials. These will be remembered, so only once. + ---- Exercise: step 2 (create your branch)