Final Project: Publish Your Own Repo
Time to put it all together.
Requirements
- Create a new project folder locally, anything you like, a script, a small app, whatever you want to practice on.
- Run
git initand make at least 3 separate commits as you build it. - Create a new empty repository on GitHub (or GitLab/Bitbucket).
- Connect your local repo to it and push your commits.
- Create at least one additional branch, make a change on it, and merge it back into
main.
Stretch goals
- Add a
.gitignorefile for files that shouldn't be tracked (e.g.node_modules/). - Write a proper
README.mddescribing your project. - Open a pull request on your own repo and merge it from the GitHub UI instead of the command line.
Submit your repository link below when you are done, an instructor will review it before you can mark this lesson complete. Good luck! 🚀