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.git
git clone git@gitlab.cs.washington.edu:cse374-23au-students/cse374-23au-youruserid.git
cd cse374-23au-youruserid
git config --global user.name "Your Name"
git config --global user.email yourEmail@uw.edu
git config --global core.editor emacs
git config --list
git status
git add
, git rm
, etc. to fix any issues with your status.git commit -m 'HWGit commit'
git push
git blame README.md >> HWGitRecord
git log -1 >> HWGitRecord
The 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.