Skip to content

Commit

Permalink
Merge pull request #2 from Shunsuke0205/year-typo
Browse files Browse the repository at this point in the history
fix the year typo
  • Loading branch information
nobuyuki83 authored Apr 15, 2024
2 parents 616ed1c + 9a7a69e commit 59b75c1
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 59b75c1

Please sign in to comment.