Skip to content

Instantly share code, notes, and snippets.

@1eedaegon
Last active September 24, 2021 04:00
Show Gist options
  • Save 1eedaegon/eee7103ea2a7442b890f5b7b68bbef8c to your computer and use it in GitHub Desktop.
Save 1eedaegon/eee7103ea2a7442b890f5b7b68bbef8c to your computer and use it in GitHub Desktop.
How to diffing between two entire or partial file/directory/proejct using git without winmerge
# Also you need to alias command or make shell script
# alias diff="git diff --no-index"
git diff --no-index some/path other/path >> some_filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment