Coloring white space in git-diff’s output
Regarding code formatting I’m kind of purist :). I very often remove unnecessary white spaces (lines with only ws, ws at the end … Read more
Regarding code formatting I’m kind of purist :). I very often remove unnecessary white spaces (lines with only ws, ws at the end … Read more
In HEAD (the latest commit), I have a file named foo. In my current working tree, I renamed it to bar, and also … Read more
I have a large file A (consisting of emails), one line for each mail. I also have another file B that contains another … Read more
There are two files called “a.txt” and “b.txt” both have a list of words. Now I want to check which words are extra … Read more
I have a series of text files for which I’d like to know the lines in common rather than the lines which are … Read more
How can I get the difference between two images? I have the original image. Someone has written on an exact duplicate of the … Read more
This answer is great for seeing a visual diff between two files that are checked into git: How do I view ‘git diff’ … Read more
I’ve read through a few questions regarding file permissions in Git and I’m still a bit confused. I’ve got a repo on GitHub … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
How does the patience algorithm differ from the default git diff algorithm, and when would I want to use it? 3 Answers 3