From 9a7a69ea8fd879666eba7cba94103d08df8106b8 Mon Sep 17 00:00:00 2001 From: Shunsuke0205 Date: Mon, 15 Apr 2024 21:02:15 +0900 Subject: [PATCH] fix the typo --- doc/submit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/submit.md b/doc/submit.md index 779d476..6669238 100644 --- a/doc/submit.md +++ b/doc/submit.md @@ -8,7 +8,7 @@ There are many small programming assignments. These assignements needs to be sub ![](../doc/githubclassroom.png) -The assignments need to be submitted using "pullrequest" functionality of the GitHub. Using the system called "GitHub Classroom", each student makes his/her own private repository that is a copy of "https://github.com/ACG-2022S/acg". If a student has a GitHub account named ``, the name of the repository will be `acg-`. The private repository is only visible from the student and the instructor. In the second class, It will be shown how to make your own class repository using GitHub classroom. +The assignments need to be submitted using "pullrequest" functionality of the GitHub. Using the system called "GitHub Classroom", each student makes his/her own private repository that is a copy of "https://github.com/ACG-2024S/acg". If a student has a GitHub account named ``, the name of the repository will be `acg-`. The private repository is only visible from the student and the instructor. In the second class, It will be shown how to make your own class repository using GitHub classroom. @@ -39,7 +39,7 @@ First of all, you need to setup C++ Probramming environment (git, cmake, c++ com If you don't have the local repository in your computer, clone it from the remote repository ```bash -$ git clone https://github.com/ACG-2022S/acg-.git +$ git clone https://github.com/ACG-2024S/acg-.git ``` **Before doing each assignment**, synchronize the local repository to the remote repository. @@ -112,7 +112,7 @@ git push --set-upstream origin task01 # update the task1 branch of the remote r ## Make a Pull Request -Go to the GitHub webpage `https://github.com/ACG-2022S/acg-` . If everything looks good on this page, make a pull request. +Go to the GitHub webpage `https://github.com/ACG-2024S/acg-` . If everything looks good on this page, make a pull request. ![](../doc/pullrequest.png)