logging in

This commit is contained in:
Heerko 2026-01-09 17:17:02 +01:00
parent 55e0949649
commit c7c2bf7be8

View file

@ -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)