mirror of
https://github.com/Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-dyzulk.git
synced 2026-01-26 21:31:54 +07:00
35 lines
1.7 KiB
Markdown
35 lines
1.7 KiB
Markdown
<!--
|
|
<<< Author notes: Finish >>>
|
|
Review what we learned, ask for feedback, provide next steps.
|
|
-->
|
|
|
|
## Finish
|
|
|
|
_Congratulations, you've completed this course and joined the world of developers!_
|
|
|
|
<img src=https://octodex.github.com/images/collabocats.jpg alt=celebrate width=300 align=right>
|
|
|
|
Here's a recap of your accomplishments:
|
|
|
|
- You learned about GitHub, repositories, branches, commits, and pull requests.
|
|
- You created a branch, a commit, and a pull request.
|
|
- You merged a pull request.
|
|
- You made your first contribution! :tada:
|
|
|
|
### What's next?
|
|
|
|
If you'd like to make a profile README, use the quickstart instructions below or follow the instructions in the [Managing your profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) article.
|
|
|
|
1. Make a new public repository with a name that matches your GitHub username.
|
|
2. Create a file named `README.md` in its root. The "root" means not inside any folder in your repository.
|
|
3. Edit the contents of the `README.md` file.
|
|
4. If you created a new branch for your file, open and merge a pull request on your branch.
|
|
5. Lastly, we'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/community/discussions/categories/github-education).
|
|
|
|
Check out these resources to learn more or get involved:
|
|
|
|
- Are you a student? Check out the [Student Developer Pack](https://education.github.com/pack).
|
|
- [Take another GitHub Skills course](https://github.com/skills).
|
|
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
|
|
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
|