+ bbb
- aaa
# ---
# To remove '-' lines, make them ' ' lines (context).
# To remove '+' lines, delete them.
# Lines starting with # will be removed.
#
# If the patch applies cleanly, the edited hunk will immediately be
# marked for staging. If it does not apply cleanly, you will be given
# an opportunity to edit again. If all lines of the hunk are removed,
# then the edit is aborted and the hunk is left unchanged.
私は単にmake them ' ' lines
の意味を理解していません。 + bbb
のみの適用方法- aaa
?git hunk編集モード - ' - '行を削除するには?
非常に教訓的なメッセージ... – jacktrades
、例えば:塊が適用される場合、内容は次のようになります。 、7-200の場合、次のコマンドは ':7,200s/^ -//'を実行します。この正規表現は、指定された範囲内の各行の先頭にある単一の '-'を検索し、それを単一の空白で置き換えます。 – Adama
素晴らしいこの回答を見るまで何をすべきかわかりません。ありがとう –