Download the slides here

Git Training 2026.pdf

Documentation and Installation instructions :

On Windows you can use Git Bash or WSL

After Installing

Run these commands

mkdir ~/tmp_git_2026
cd ~/tmp_git_2026
git init
git config --global [user.name](<http://user.name/>) "Vlad Dracula"
git config --global user.email [email protected]
git config --global core.editor "nano -w"

And you can follow the tutorial at https://mambelli.github.io/git-novice/

If you run into issues with line endings or you want to change your default editor go here https://mambelli.github.io/git-novice/instructor/02-setup.html

More resources