skills-introduction-to-github

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

x-review.md (1647B)


      1 ## Review
      2 
      3 _Congratulations, you've completed this Exercise and joined the world of developers!_
      4 
      5 <img src=https://octodex.github.com/images/collabocats.jpg alt=celebrate width=300 align=right>
      6 
      7 Here's a recap of your accomplishments:
      8 
      9 - You learned about GitHub, repositories, branches, commits, and pull requests.
     10 - You created a branch, a commit, and a pull request.
     11 - You merged a pull request.
     12 - You made your first contribution! :tada:
     13 
     14 ### What's next?
     15 
     16 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.
     17 
     18 1. Make a new public repository with a name that matches your GitHub username.
     19 2. Create a file named `README.md` in its root. The "root" means not inside any folder in your repository.
     20 3. Edit the contents of the `README.md` file.
     21 4. If you created a new branch for your file, open and merge a pull request on your branch.
     22 5. Lastly, we'd love to hear what you thought of this exercise [in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-github).
     23 
     24 Check out these resources to learn more or get involved:
     25 
     26 - Are you a student? Check out the [Student Developer Pack](https://education.github.com/pack).
     27 - [Take another GitHub Skills exercise](https://skills.github.com).
     28 - [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
     29 - To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).