aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/getting_started_github.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja/getting_started_github.md')
-rw-r--r--docs/ja/getting_started_github.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ja/getting_started_github.md b/docs/ja/getting_started_github.md
index 5457c1e06..24a217c74 100644
--- a/docs/ja/getting_started_github.md
+++ b/docs/ja/getting_started_github.md
@@ -1,15 +1,15 @@
1# QMK で Github を使う方法 1# QMK で GitHub を使う方法
2 2
3<!--- 3<!---
4 original document: 0.8.82:docs/getting_started_github.md 4 original document: 0.8.82:docs/getting_started_github.md
5 git diff 0.8.82 HEAD -- docs/getting_started_github.md | cat 5 git diff 0.8.82 HEAD -- docs/getting_started_github.md | cat
6--> 6-->
7 7
8Github は慣れていない人には少し注意が必要です - このガイドは、QMK におけるフォーク、クローン、プルリクエストのサブミットの各ステップについて説明します。 8GitHub は慣れていない人には少し注意が必要です - このガイドは、QMK におけるフォーク、クローン、プルリクエストのサブミットの各ステップについて説明します。
9 9
10?> このガイドでは、あなたがコマンドラインでの実行にある程度慣れており、システムに git がインストールされていることを前提にしています。 10?> このガイドでは、あなたがコマンドラインでの実行にある程度慣れており、システムに git がインストールされていることを前提にしています。
11 11
12[QMK Github ページ](https://github.com/qmk/qmk_firmware)を開くと、右上に "Fork" というボタンが見えます: 12[QMK GitHub ページ](https://github.com/qmk/qmk_firmware)を開くと、右上に "Fork" というボタンが見えます:
13 13
14![Git でのフォーク](http://i.imgur.com/8Toomz4.jpg) 14![Git でのフォーク](http://i.imgur.com/8Toomz4.jpg)
15 15
@@ -59,7 +59,7 @@ To https://github.com/whoeveryouare/qmk_firmware.git
59 + 20043e64...7da94ac5 master -> master 59 + 20043e64...7da94ac5 master -> master
60``` 60```
61 61
62あなたの変更は今では Github 上のフォークにあります - フォーク (`https://github.com/<whoeveryouare>/qmk_firmware`)に戻ると、"New Pull Request" ボタンをクリックすることで新しいプルリクエストを作成することができます: 62あなたの変更は今では GitHub 上のフォークにあります - フォーク (`https://github.com/<whoeveryouare>/qmk_firmware`)に戻ると、"New Pull Request" ボタンをクリックすることで新しいプルリクエストを作成することができます:
63 63
64![New Pull Request](http://i.imgur.com/DxMHpJ8.jpg) 64![New Pull Request](http://i.imgur.com/DxMHpJ8.jpg)
65 65