gyanendraknojiya@programming.dev to Programming@programming.devEnglish · 3 months agoProgramming in simple 4 stepsprogramming.devimagemessage-square51fedilinkarrow-up1260arrow-down16
arrow-up1254arrow-down1imageProgramming in simple 4 stepsprogramming.devgyanendraknojiya@programming.dev to Programming@programming.devEnglish · 3 months agomessage-square51fedilink
minus-squareEphera@lemmy.mllinkfedilinkarrow-up2·3 months agoGit uses the diff binary under the hood (unless you configure it to use something else). You can invoke that directly with diff file_a.txt file_b.txt.
Git uses the
diff
binary under the hood (unless you configure it to use something else).You can invoke that directly with
diff file_a.txt file_b.txt
.