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)