Due: Friday, October 27, 11:59pm
NOTE: This assignments is credit / no credit, and therefore resubmission are not accepted.
In this assignment you will get some practice using Gitlab, including retrieving a repository, editing a page in a repository, and pushing to the central database. In addition, this assignment allows you to review some of the material we have learned to date in CSE 374.
git clone git@gitlab.cs.washington.edu:mh75/cse374-materials.gitgit clone git@gitlab.cs.washington.edu:cse374-23au-students/cse374-23au-youruserid.gitcd cse374-23au-youruseridgit config --global user.name "Your Name"git config --global user.email yourEmail@uw.edugit config --global core.editor emacsgit config --listgit statusgit add, git rm, etc. to fix any issues with your status.git commit -m 'HWGit commit'git pushgit blame README.md >> HWGitRecordgit log -1 >> HWGitRecordThe purpose of these assignments is to give you practice using Git. You will recieve credit for any submission that demonstrates that you have been able to push changes to the Readme and a new file to your repository. This assignment is worth 10 points.
In order to submit this assignment you will submit to a Gradescope assignment. After hitting the Upload Submission button, please choose the Gitlab option. Then choose your personal repository and upload from there. You will be asked to allow Gradescope access to your Gitlab account; please allow this.