welcome to github

GitHub

FROM TEAM DIAMOND

PRESENTED BY

SAGAR JADHAO & ANIKET KOLHE

What Is Github
?

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Why Github
?

  • Storing,tracking,and collaborating on software projects.

  • collaboration with fellow developers on open source projects

  • Easy to share code files.

  • Features of github

    Interface of github

    how to create repository

    step:1
    In the upper-right corner of any page, use the + drop-down menu, and select New repository.

    step:2
    Type a short, memorable name for your repository. For example, "NEwRepo".

    step:3
    Optionally, add a description of your repository. For example, "New project".

    step:4
    Choose a repository visibility. For more information, see "About repositories."

    step:5
    Select Initialize this repository with a README

    step:6
    Click Create repository.

    How to clone repository in local system

  • git clone (https address) .
  • Select the folder where you have clone your repo.
  • How to sync your code to your repository