git clone 'link in github'
git clone https://github.com/Rabia2698/All-basic-github.git
git init git add . git commit -m "write messages example: Update FilesNames" git push origin main
git add .
git commit -m "write messages example: Update FilesNames"
git push origin main
git pull origin main
cd ../filesnames
cd ../All-basic-github or cd All-basic-github
This change from folder file to repository files
cd ..
This change from repository files to folder
git clear = to clear all thing in terminal
git status = to check the status in the files
git remote -v = to check the path to push the files
git restore = to restore the change u make to original before commit or add