Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shunsuke0205 committed Apr 15, 2024
1 parent 616ed1c commit 9a7a69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/submit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<username>`, the name of the repository will be `acg-<username>`. 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 `<username>`, the name of the repository will be `acg-<username>`. 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.



Expand Down Expand Up @@ -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-<username>.git
$ git clone https://github.com/ACG-2024S/acg-<username>.git
```

**Before doing each assignment**, synchronize the local repository to the remote repository.
Expand Down Expand Up @@ -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-<username>` . If everything looks good on this page, make a pull request.
Go to the GitHub webpage `https://github.com/ACG-2024S/acg-<username>` . If everything looks good on this page, make a pull request.

![](../doc/pullrequest.png)

Expand Down

0 comments on commit 9a7a69e

Please sign in to comment.