diff options
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> | 
