Skip to content

Commit

Permalink
📝 updates URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kaityo256 committed Sep 30, 2023
1 parent c1c4aa0 commit fbb0b54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ <h2 id="リモートリポジトリの操作"><a
<li>プッシュしたブランチをリベースしない</li>
</ul></li>
</ul>
<h2 id="sshによる認証"><a
href="ssh/index.html">SSHによる認証</a></h2>
<h2 id="gitの使い方応用編"><a
href="advanced/index.html">Gitの使い方(応用編)</a></h2>
<ul>
Expand Down
5 changes: 2 additions & 3 deletions practice_github_basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,9 @@ GitHubでは、公開されているリポジトリを自分の場所に「コ
まず、既存のリポジトリをforkしよう。以下のサイトにアクセスせよ。

* A班の場合
[https://github.com/appi-github/pullreq_2022_a](https://github.com/appi-github/pullreq_2022_a)

* [`https://github.com/appi-github/pullreq_2023_a`](https://github.com/appi-github/pullreq_2023_a)
* B班の場合
[https://github.com/appi-github/pullreq_2022_b](https://github.com/appi-github/pullreq_2022_b)
* [`https://github.com/appi-github/pullreq_2023_b`](https://github.com/appi-github/pullreq_2023_b)

このサイトの右上に「Fork」というボタンがあるので、それを押す。すると自分のアカウントのリポジトリとしてコピーされる。以下、A班を例にリポジトリ名を`pullreq_2022_a`として説明するが、B班は適宜`pullreq_2022_b`に読み替えること。

Expand Down
14 changes: 10 additions & 4 deletions practice_github_basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,16 @@ <h2 id="step-1-リポジトリのfork">Step 1:
リポジトリのfork</h2>
<p>まず、既存のリポジトリをforkしよう。以下のサイトにアクセスせよ。</p>
<ul>
<li><p>A班の場合 <a
href="https://github.com/appi-github/pullreq_2022_a">https://github.com/appi-github/pullreq_2022_a</a></p></li>
<li><p>B班の場合 <a
href="https://github.com/appi-github/pullreq_2022_b">https://github.com/appi-github/pullreq_2022_b</a></p></li>
<li>A班の場合
<ul>
<li><a
href="https://github.com/appi-github/pullreq_2023_a"><code>https://github.com/appi-github/pullreq_2023_a</code></a></li>
</ul></li>
<li>B班の場合
<ul>
<li><a
href="https://github.com/appi-github/pullreq_2023_b"><code>https://github.com/appi-github/pullreq_2023_b</code></a></li>
</ul></li>
</ul>
<p>このサイトの右上に「Fork」というボタンがあるので、それを押す。すると自分のアカウントのリポジトリとしてコピーされる。以下、A班を例にリポジトリ名を<code>pullreq_2022_a</code>として説明するが、B班は適宜<code>pullreq_2022_b</code>に読み替えること。</p>
<h2 id="step-2-リポジトリのクローン">Step 2:
Expand Down

0 comments on commit fbb0b54

Please sign in to comment.