请 fork 此 repo 到自己的仓库下,随后在自己的仓库中完成实验,请确保自己的 repo 为 Private。
-
- DDL:2022-10-03 23:59:59 (UTC+8)
-
- DDL:2022-10-23 23:59:59 (UTC+8)
-
- DDL:2022-11-13 23:59:59 (UTC+8)
-
- DDL:2022-11-27 23:59:59 (UTC+8)
-
- DDL: 2023-01-14 23:59:59 (UTC+8)
In brief, you need another alias for upstream repository (we assume you are now in your local copy of forked repository on Gitlab):
$ git remote add upstream [email protected]:compiler_staff/2022fall-compiler_cminus.git
Then try to merge remote commits to your local repository:
$ git pull upstream master
Then synchronize changes to your forked remote repository:
$ git push origin master