wada811 / blog

wada811's blog
https://github.com/wada811/blog/issues
Apache License 2.0
6 stars 0 forks source link

git reset -p で差分をインタラクティブにワーキングツリーに戻す #6

Open wada811 opened 5 years ago

wada811 commented 5 years ago

Why

stage した変更のうち一部分のみコミットから除外したい。

What

以下のオプションを使う。

-p, --patch           select hunks interactively

How

git reset -p .

Ref