00:00 || 00:15 Signup to github .
00:15 || 00:35 Create New Repository .
00:35 || 00:45 git init .
00:45 || 00:55 git add .
00:55 || 01:05 git commit -m "inital-commit"
01:05 || 01:15 git branch -m main
01:25 || 01:35 git remote add origin
01:35 || 01:45 git push -u origin main
Demo :
https://andgoedublog.netlify.app/
Project - On GitHub
https://github.com/omarashzeinhom/Ast....
References
Github - quickstart
https://docs.github.com/en/get-starte...
Github - uploading a project.
https://docs.github.com/en/get-starte...