Skip to content

Commit

Permalink
Merge pull request firstcontributions#7552 from quiye/master
Browse files Browse the repository at this point in the history
Update Japanese README.md Translation
  • Loading branch information
Roshanjossey authored Oct 9, 2018
2 parents 75b6df3 + a37190a commit 322c389
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions translations/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
記事を読んだりチュートリアルをやってみることはためになりますが、実際にやってみる方が良いでしょう。このプロジェクトはそのガイダンスを行い、初心者が最初のオープンソースへの貢献を簡単に行えるようにするためのものです。
覚えておいてください: リラックスしているほどより良く学ぶことができます。もし初めてのオープンソースへの貢献を行いたいのなら以下の簡単なステップに従ってください。それはとても面白いものになるはずです。

#### *[他の言語](../Translations.md)で読む*
#### *コマンドラインでの操作に慣れていない場合、[グラフィカルなツールでもチュートリアルを行えます。]( #その他のツールを使用したチュートリアル )*

#### *[他の言語](../Translations.md)で読む。*

<img align="right" width="300" src="../assets/fork.png" alt="fork this repository" />

Expand Down Expand Up @@ -48,7 +50,7 @@ git clone https://github.com/<あなたのユーザー名>/first-contributio
```
cd first-contributions
```
`git checkout command` コマンドを使用してブランチを作成します:
`git checkout` コマンドを使用してブランチを作成します:
```
git checkout -b <add-your-name>
```
Expand All @@ -66,16 +68,15 @@ git checkout -b add-alonzo-church
git add Contributors.md
```


次に`git commit`コマンドを使ってこれらの変更をコミットします。
```
git commit -m "Add <あなたの名前> to Contributors list"
```
`<あなたの名前>`をご自身の名前に置き換えてください
`<あなたの名前>`をご自身の名前に置き換えてください

## GitHubに変更をpushする

`git push`コマンドを使って変更をpushしてください
`git push`コマンドを使って変更をpushしてください
```
git push origin <ブランチ名>
```
Expand Down

0 comments on commit 322c389

Please sign in to comment.