Initial commit

This commit is contained in:
github-classroom[bot]
2023-10-06 15:18:14 +00:00
committed by GitHub
commit fc7cca28ea
30 changed files with 628 additions and 0 deletions

54
README.md Normal file
View File

@@ -0,0 +1,54 @@
<header>
<!--
<<< Author notes: Course header >>>
Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
Add your open source license, GitHub uses MIT license.
-->
# Introduction to GitHub
_Get started using GitHub in less than an hour._
</header>
<!--
<<< Author notes: Course start >>>
Include start button, a note about Actions minutes,
and tell the learner why they should take the course.
-->
## Welcome
People use GitHub to build some of the most advanced technologies in the world. Whether youre visualizing data or building a new game, theres a whole community and set of tools on GitHub that can help you do it even better. GitHub Skills “Introduction to GitHub” course guides you through everything you need to start contributing in less than an hour.
- **Who is this for**: New developers, new GitHub users, and students.
- **What you'll learn**: We'll introduce repositories, branches, commits, and pull requests.
- **What you'll build**: We'll make a short Markdown file you can use as your [profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme).
- **Prerequisites**: None. This course is a great introduction for your first day on GitHub.
- **How long**: This course takes less than one hour to complete.
In this course, you will:
1. Create a branch
2. Commit a file
3. Open a pull request
4. Merge your pull request
Wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in this assignment repository's README.
<footer>
<!--
<<< Author notes: Footer >>>
Add a link to get support, GitHub status page, code of conduct, license link.
-->
---
Get help: [Post in our discussion board](https://github.com/orgs/community/discussions/categories/github-education) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
&copy; 2023 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [MIT License](https://gh.io/mit)
</footer>