push and pull datas from github. easy way

Опубликовано: 24 Март 2026
на канале: coding mood
44
2

I have covered all the main topics to access the github fully where i will explain:
-how to install git.
-how to signup github.
-how to genarate ssh key of github on git.
-how to add ssh key to github.
-how to configer ssh key on your computer.
-how to globalize ssh key on your computer.
-And explaining some comands including
git clone ssh reposetiry link" : getting repositiry to your computer.
git status : checking how many file\forders are left to push on github
git add -A : adding all the file\forders.
git commit "type yourmessage" : telling the computer to pack the folders thta we have just added.
git push : pushing our folder to github repository.