DATE :- 09/02/2020
Today, I created GitHub account in my PC. it's name is krg72 you can find me there.
I was not knowing what is GitHub. Then I find some information from google .
This blog is to give information about GitHub properly. Just read it and you will understand why and how GitHub is used.
In this blog, you will learn:
- Introduction to GitHub
- Create repository in GitHub
- issues
- extras
What is GitHub?
Many people come to GitHub because they want to contribute to open source projects, or they're invited by teammates or classmates who use it for their projects.
Why do people use GitHub for these projects?
At its heart, GitHub is a collaboration platform.
From software to legal documents, you can count on GitHub to help you do your best work with the collaboration and security tools your team needs. With GitHub, you can keep projects completely private, invite the world to collaborate, and streamline every step of your project.
GitHub helps people do much more.
GitHub is used to build some of the most advanced technologies in the world. Whether you're visualizing data or building a new game, there's a whole community and set of tools on GitHub that can get you to the next step.
Exploring a GitHub repository
Here are a few other items you can find in GitHub repositories:
- Project boards: Create task tracking board within GitHub
- Wiki: Create and store relevant project documentation
- Insights: View a drop-down menu that contains links to analytics tools for your repository including:
- Pulse: Find information about the work that has been completed and the work that’s in-progress in this project dashboard
- Graphs: Graphs provide a more granular view of the repository activity including who contributed to the repository, who forked it, and when they completed the work
Special Files
like there is a special file called the README.md. Here are a few other special files you can add to your repositories:
- CONTRIBUTING.md: The
CONTRIBUTING.md
is used to describe the process for contributing to the repository. A link to theCONTRIBUTING.md
file is shown anytime someone creates a new issue or pull request. - ISSUE_TEMPLATE.md: The
ISSUE_TEMPLATE.md
is another file you can use to pre-populate the body of an issue. For example, if you always need the same types of information for bug reports, include it in the issue template, and every new issue will be opened with your recommended starter text.
Using GitHub issues
Issues are used to discuss ideas, enhancements, tasks, and bugs. They make collaboration easier by:
- Providing everyone with the complete story in one place
- Allowing you to cross-link to other issues and pull requests
- Creating a single, comprehensive record of how and why you made certain decisions
- Allowing you to easily pull the right people and teams into a conversation with @-mentions
Comments
Post a Comment