Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 372 Bytes

01-INITIAL-SETUP.md

File metadata and controls

17 lines (15 loc) · 372 Bytes

Initial Setup Log

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