GitHub Repository Creation
- Due Feb 6, 2024 by 11:59pm
- Points 10
- Submitting a website url
Work through the series of demos in the lecture. You need to do the following:
- Create a GitHub user account (if you don't have one already)
- Create a new repository in GitHub
- Modify your readme.md file using the capabilities in the web browser. You can add whatever text you like to the readme file in your repository, but it must contain some text beyond what was automatically generated when you created the repository.
- Create a new "src" directory and add one of the code files (e.g., the date/time functions) to the "src" directory by committing directly to the "main" branch.
- Add the other code file to the "src" directory by creating and merging a new feature branch.
You will submit the URL to the GitHub repository you created to receive credit for this assignment, which will count toward your participation score for the course. You will receive full credit if you have created your repository, you have modified the readme file, you have committed one of the files directly to the main branch, and you have completed a pull request to add the other file to your repository.
Please email if you have questions!