codes for github
for know the status of git hub
{
git status
}
for clone repo to your pc
{
git clone link
}
for upload files to github { git add *
git commit -m " "
git push -u origin main
}
for download files from github to pc { git pull origin main }