Course Homepage

HW3

  1. What happens if I’ve already pushed my repo to the grading server, but then I create a new repo from scratch and try to push it?

  2. If I push my repo and then accidentally delete my local copy, how do I can copy the remote repo back on to my machine?

  3. Mark which sections of a git repository are modified by which commands:

    Command Working Directory Staging Area Local Repository Remote Repository
    vim or emacs
    git add
    git commit
    git pull
    git push