On Windows you can use Git Bash or WSL
wsl --install .apt install gitbrew install git (if you have brew installed, IMO you should)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