Valentin Montagnoli
Co-Founder @ Datafalk | Software Craftsman | 42 alumni
// create a patch file
git diff > patchfile.patch
// apply the patch
git apply --whitespace=fix patchfile.patch
Co-Founder @ Datafalk | Software Craftsman | 42 alumni