HW3
COP-3402
- 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? How do I get my repo if I already deleted my local repo?
- Mark which sections of the git repository are modified by which commands:
Command | Working Directory | Staging Area | Local Repository | Remote Repository |
---|---|---|---|---|
emacs | ||||
git add | ||||
git commit | ||||
git pull | ||||
git push |