Skip to content

nidhibudhraja/Hello-Git-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hello-Git-

creating 1st repository This is my first try at editing in "creating 1st repository" branch of "Hello Git" repository on github ! I will specify the reason of making the change in commit msgs Now I will commit these changes by clicking the "commit change" button

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.

Step 1. Create a Repository A repository is usually used to organize a single project. Repositories can contain folders and files, images, videos, spreadsheets, and data sets – anything your project needs. We recommend including a README, or a file with information about your project. GitHub makes it easy to add one at the same time you create your new repository. It also offers other common options such as a license file. Your hello-world repository can be a place where you store ideas, resources, or even share and discuss things with others.

Step 2. Create a Branch Branching is the way to work on different versions of a repository at one time. By default your repository has one branch named master which is considered to be the definitive branch. We use branches to experiment and make edits before committing them to master. When you create a branch off the master branch, you’re making a copy, or snapshot, of master as it was at that point in time. If someone else made changes to the master branch while you were working on your branch, you could pull in those updates.

Step 3. Make and commit changes On GitHub, saved changes are called commits. Each commit has an associated commit message, which is a description explaining why a particular change was made. Commit messages capture the history of your changes, so other contributors can understand what you’ve done and why.

About

creating 1st repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published