Introduction to Github

Here in this blog i am gonna tell about the Github and its importance to every developer out there.

What is Github?

well github is a version control which is used by every developer to manage their codes and projects . If you are working on a certain projects and want help from your friend who is in USA then github is the tool that is goona help you out.

Guide to Github for beginner:

First you must create your account in github by simply signing in with your google account , number , etc.

After that you must have a git application in your computer system which will manage all your projects from your computer , in the form of CLI.

git -v
git init
git add (file_name)
git commit -m "First commit"  
git branch -m main
git remote add origin (link of your repo that you have created)
git push -u origin main
(if it doesnt push your code then use -f inplace of -u)

Well these are the simple commands that you can try if you are beginner in github.

Contact Information:

contact me here (github)

contact me here linkdin:

Have a good day: