Skip to content

Instantly share code, notes, and snippets.

@shu0115
Last active March 13, 2018 05:04
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shu0115/4966475 to your computer and use it in GitHub Desktop.
Save shu0115/4966475 to your computer and use it in GitHub Desktop.
y - 処理中の hunk を索引に追加します。
n - 処理中の hunk を索引に追加しません。
q - 終了します。処理中の hunk およびそれ以降の hunk は索引に追加しません。
a - 処理中の hunk およびそれ以降のファイル中の hunk を索引に追加します。
d - 処理中の hunk およびそれ以降のファイル中の hunk を索引に追加しません。
g - 処理対象となる(別の) hunk を選択します。
/ - 入力した正規表現にマッチする hunk を検索します。
j - 処理中の hunk を保留にし、次の保留されている hunk を表示します。
J - 処理中の hunk を保留にし、次の hunk を表示します。
k - 処理中の hunk を保留にし、ひとつ前の保留されている hunk を表示します。
K - 処理中の hunk を保留にし、ひとつ前の hunk を表示します。
s - 現在の hunk を小さい hunk に分割します。
e - 現在の hunk を手動で編集します。
? - ヘルプを表示します。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment