This repository is an assignment for Polytechnic School's 2024-2025 AP Computer Science classes.
- While logged onto your GitHub account, go to https://github.com/rwhite5279/ForkMe and fork this project into your own GitHub account. You now have a separate copy of the repository.
- From your GitHub account, get the HTTPS link that will allow you to clone your fork of the project onto your local computer. Copy that into your clipboard.
- On your local machine, open a Terminal and use
gitto create a clone of your forked version of the project. This is the version of the repository that you will work on when editing this project. - Your only assignment for the ForkMe project is this: using the ForkMe project on your computer, in the
StudentDirectoriesfolder make a new directory with your studentID (lastnamefirstinitial), and place a text filehelloitsme.txtin that directory. - Use
cdto move back to the main project directory, and use usegitto add the new directory and its file to the project, and commit this working version of the project. - Now
pushthat new commit of the project to your fork on GitHub. You are the only one who has been working on your copy of the fork, so there shouldn't be any issues with updating your main branch. - Is your edit good enough to be incorporated into the developer's version of this project? While logged in to your account at GitHub, submit a pull request for your fork to be merged into the instructor's original version of the project. If approved, your contributions will become part of the project going forward. Congratulations! You're a developer!
Good luck!