Working with git

git clone git@gitlab.cs.washington.edu:cse374-23su-students/cse374-23su-git-playground.git
ls
cd cse374-23su-git-playground
ls
git status
code README.md
git status
git add README.md
git status
git commit -m “add a happy face to README”
git status
git push