How can I make git am / git apply work “fuzzy” like the patch command

You can do the following:

git am /path/to/some.patch
patch -p1 < /path/to/some.patch
git add .
git am --continue

That would apply the patch and keep the commit message, etc.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)