mirror of
https://github.com/elisspace/skills-connect-the-dots.git
synced 2026-08-29 15:44:07 +00:00
61 lines
2.4 KiB
Markdown
61 lines
2.4 KiB
Markdown
<header>
|
|
|
|
<!--
|
|
<<< Author notes: Course header >>>
|
|
Include a 1280x640 image, course title in sentence case, and a concise description in emphasis.
|
|
In your repository settings: enable template repository, add your 1280x640 social image, auto delete head branches.
|
|
Add your open source license, GitHub uses MIT license.
|
|
-->
|
|
|
|
# Connect the dots in a GitHub repository
|
|
|
|
_Useful tips when navigating through your repository._
|
|
|
|
</header>
|
|
|
|
<!--
|
|
<<< Author notes: Finish >>>
|
|
Review what we learned, ask for feedback, provide next steps.
|
|
-->
|
|
|
|
## Finish
|
|
|
|
_Congratulations friend, you've completed this course! :tada:_
|
|
|
|
<img src=https://octodex.github.com/images/collabocats.jpg alt=celebrate width=300 align=right>
|
|
|
|
In this course, you've learned a lot about finding and sharing information. Within a GitHub repository, you can find history about what changes were made, and more importantly, _why_ changes were made.
|
|
|
|
### What's next?
|
|
|
|
You can enable GitHub Pages and see `docs/index.html` as a website!
|
|
|
|
1. Replace `USERNAME` with your GitHub username and `REPONAME` with your GitHub repository name in `docs/index.html`.
|
|
1. Under your repository name at the upper right, click :gear: **Settings**.
|
|
1. Then on the lower left, click **Pages**.
|
|
1. In the **GitHub Pages** section, select `main` in the **Select branch** drop-down menu and `/docs` in the **Select folder** drop-down menu.
|
|
1. Click the **Save** button.
|
|
1. Wait about 30 seconds then refresh the page. When you see "Your site is published at ...," you can click on the link to see your published site.
|
|
|
|
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).
|
|
|
|
<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/skills/.github/discussions) • [Review the GitHub status page](https://www.githubstatus.com/)
|
|
|
|
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
|
|
|
|
</footer>
|