git
git config user.name "griarsvah"
git config user.email "[email protected]"
git init
git status
git clone
git add .
git commit -m "Add all"
git remote add origin https://github.com/griarsvah/simple-pug.git
git push -u origin main
git pull
git branch -d delBranch
git branch -v
git branch newBranch
git checkout newBranch
git log
git diff <коммит1> <коммит2>