TechTips
Home
About
Log in
Sign up
Home
Software
Others
Git
Filters
Bookmarked comments
Your comments
Search Results in `git diff --check`のHEAD全体への適用方法とempty treeのハッシュ値
Comments
`git diff --check`のHEAD全体への適用方法とempty treeのハッシュ値
@wakairo
4 hours
01 Jun, 2026 12:44 +00:00
`git diff --check`は、(バイナリファイルを除く)diffの内容にtrailing whitespace等が無いかをチェックできるコマンドです。 チェック対象を通常の差分ではなく、HEADのファイル全体…