First step towards learning Github

Github

What is the Github?

Github is the largest, most complete development platform in the world. Millions of developers use it. And it's not just developers. These days, every company is a software company.  Github is an enterprise transforming, startup launching, community driven, super secure, open source championing, cloud based platform. It's where the world builds software. Here you can found a free domain. 

How to create a repository in Github?
  • First create your account.

  • Then select a new button. 

  • Here fill the repository name and add the description, after click the new button.
  • If you want to make your repository public then you can click the public button or if you want to make your repository private then you can click the private button.
  • So finally click the Create repository button.
  • Finally your repository is completed. 

 How to add code in your repository?

  • Select your repository.
  • Then click the Add file button. 
  • Select the upload file, after click the add file button.
  • Then choose your code file.
  • Add commit and add description.
  • So finally click the change commit changes button.
  • Now your code will  added  in your github repository.

    Comments