Answers for "rtrailing whitespace in git apply"

0

git apply trailing whitespace

# default behaviour accepts whitespaces, override current config
git apply --whitespace=warn file.patch
Posted by: Guest on April-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language