diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-04-03 23:29:31 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-04-05 00:03:59 +0900 |
commit | 624a5f8e46cbc5af262727e11f2c0f1e4f8636a5 (patch) | |
tree | 1cb5d902933e562207c7b32191c055e394a67d29 /files/ja | |
parent | 27ea23a8ea325514e6f2e838d22793105d82a795 (diff) | |
download | translated-content-624a5f8e46cbc5af262727e11f2c0f1e4f8636a5.tar.gz translated-content-624a5f8e46cbc5af262727e11f2c0f1e4f8636a5.tar.bz2 translated-content-624a5f8e46cbc5af262727e11f2c0f1e4f8636a5.zip |
MDN/Contribute/GitHub_cheatsheet を更新
- 2021/03/26 時点の英語版を反映
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/mdn/contribute/github_cheatsheet/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/ja/mdn/contribute/github_cheatsheet/index.html b/files/ja/mdn/contribute/github_cheatsheet/index.html index 2842d4ddbc..1d8cd11eda 100644 --- a/files/ja/mdn/contribute/github_cheatsheet/index.html +++ b/files/ja/mdn/contribute/github_cheatsheet/index.html @@ -72,6 +72,11 @@ git push</pre> <pre class="brush: bash">git revert HEAD git push</pre> +<div class="note notecard"> + <h4>Note</h4> + <p>プルリクエストに入れたくないファイルを削除するには、 GitHub の UI を使う方法もあります。 github.com のプルリクエストのページに行き、 "Files changed" タブを開いてプルリクエストから削除したいファイルを探します。ページ内のファイルボックスの右上に「3つの点」 (<code>...</code>) のメニューが表示されます。このボタンを押して "Delete file" を選択してください。確認ページでは、新しいコミットのタイトルを入力し、"Commit directly... " チェックボックスが選択されていることを確認して、"Commit changes" ボタンを押してください。</p> +</div> + <h2 id="want_to_see_more">もっと見たいですか?</h2> <p>この早見表にもっと多くのコマンドを載せるべきだと思われる場合は、 <a href="https://github.com/mdn/content/issues/new">issue を作成</a>して提案してください。</p> |