Thursday, April 27, 2017

8th day 26.04.2017

Welcome.

 We studied about the GitHub.

First time I know the GitHub & facilities.

How to create the GitHub account?

  1. In the upper-right corner of any page, click , and then click New repository
  2. Type a short, memorable name for your repository. For example, "hello-world".
  3. Optionally, add a description of your repository. For example, "My first repository on GitHub."
  4. Choose between creating a public or private repository.
    • Public repositories are a great choice for getting started. They're visible to any user on GitHub, so you can benefit from a collaborative community.
    • Radio buttons to select private or public status 
    • Private repositories require a little more setup. They're only available to you, the repository owner, as well as any collaborators you choose to share with. Private repositories are only available for paid accounts. For more information, see "GitHub's billing plans."
  5. Select Initialize this repository with a README.
  6. Click Create repository.
Then, successful create our GitHub account.

Why we are use GitHub account?
GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.


 How to upload files from PC?
 You can click the “Upload files” button in the toolbar at the top of the file tree. Or, you can drag and drop files from your desktop onto the file tree. Once you've added all the files you want to upload, you can commit them directly to your default branch or create a new branch and open a pull request.

Thankyou.

No comments:

Post a Comment