welcome to github
GitHub
FROM TEAM DIAMOND
PRESENTED BY
SAGAR JADHAO & ANIKET KOLHE
GitHub is a code hosting platform for version control and collaboration.
It lets you and others work together on projects from anywhere.
Storing,tracking,and collaborating on software projects.
collaboration with fellow developers on open source projects
Easy to share code files.
Interface of github
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