It all starts with a simple:
mkdir dt-lovech
cd dt-lovech
git init
git config user.name "Vladimir Tsvetkov"
git config user.email "[email protected]"
Then create an empty repo in GitHub and push an initial commit:
git remote add origin https://github.com/hacker-works/dt-lovech.git
git branch -M main
git push -u origin main