Basic Git commands for GitHub

Опубликовано: 07 Октябрь 2024
на канале: Junaid Khan
82
8

Hi Everyone,
In this video i have discussed
1) How to setup git in your system ?
2) Some basic git commands for handling your repositories.

Git commands:
1) Checking status : git status
2) Adding on staging area : git add "file name" or git add .
3) commiting : git commit -m "your comment"
4) Pushing on GitHub : git push -u origin master

These are the two things which is required for handling your github from your system.

I hope you like my video, Please hit the like button and subscribe my channel to get latest update