echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main
//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"