gyanendraknojiya@programming.dev to Programming@programming.devEnglish · 5 months agoProgramming in simple 4 stepsprogramming.devimagemessage-square60fedilinkarrow-up1941arrow-down126
arrow-up1915arrow-down1imageProgramming in simple 4 stepsprogramming.devgyanendraknojiya@programming.dev to Programming@programming.devEnglish · 5 months agomessage-square60fedilink
minus-squareEphera@lemmy.mllinkfedilinkarrow-up3·5 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
.