git --version
- Github account
-> Create new Repository -> Create name -> Pick Public -> Click button
-> Copy repo url *** https://github.com/prawee/67-tct32-strapi.git
- make on your source code on local
git status #red
git init
git remote add origin
https://github.com/prawee/67-tct32-strapi.git
git status #red
git add a.txt | git add . # . = all
git status #green
git commit -m "initial commit."
git status #nothing
git push -u origin main
git push
git config --list
git config --global user.email "[email protected]"
git clone https://github.com/prawee/cyber-security-admin.git
cd cyber-security-admin
ls # window use `dir`