Skip to main content
Second iteration.
Source Link
Peter Mortensen
  • 31.2k
  • 22
  • 111
  • 134

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a Git repository, and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff.

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a Git repository and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a Git repository, and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff.

Active reading [<https://en.wikipedia.org/wiki/Git>]. Expanded. Fixed the question formation - missing auxiliary (or helping) verb - see e.g. <https://www.youtube.com/watch?v=t4yWEt0OSpg&t=1m49s> (see also <https://www.youtube.com/watch?v=kS5NfSzXfrI> (QUASM)) - alternatively, drop the question mark
Source Link
Peter Mortensen
  • 31.2k
  • 22
  • 111
  • 134

How tocan I get diff working like git-diff?

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a git repoGit repository and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff

How to get diff working like git-diff?

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a git repo and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff

How can I get diff working like git-diff?

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a Git repository and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff

corrected the code format and cpmmand names that should be used
Source Link

I like the output formatting of git-diffgit diff. The color options and the ++/-- representation of changes between lines is significantly easier to read (IMHO) than the standard GNU diff.

I see that I can run git diff on two files or directoriesgit diff using --no-index flag outside of a git repositoryrepo and it works fine. HoweverHowever, it appears to be missing the "--exclude"--exclude option for excluding files or subdirectories from a recursive diffdiff. I was wondering if there's

Is there a way to get the best of both worlds? (i.e., colorcolor options and ++/-- format of git-diff, --excludegit diff and --exclude option of GNU diff).

I've experimented with colordiffcolordiff, but I still prefer the output format of git-diff.git diff

I like the output formatting of git-diff. The color options and the +/- representation of changes between lines is significantly easier to read (IMHO) than the standard GNU diff.

I see that I can run git diff on two files or directories outside of a git repository and it works fine. However, it appears to be missing the "--exclude" option for excluding files or subdirectories from a recursive diff. I was wondering if there's a way to get the best of both worlds? (i.e., color options and +/- format of git-diff, --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git-diff.

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier to read than GNU diff.

I can run git diff using --no-index flag outside of a git repo and it works fine. However, it appears to be missing the --exclude option for excluding files or subdirectories from a recursive diff.

Is there a way to get the best of both worlds? (color options and +/- format of git diff and --exclude option of GNU diff).

I've experimented with colordiff, but I still prefer the output format of git diff

Source Link
Mzzzzzz
  • 5k
  • 7
  • 32
  • 48
Loading