Skip to content

Instantly share code, notes, and snippets.

@almostSouji
Last active April 3, 2024 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almostSouji/047e6303cdc2919bf5162fb4e836b8e4 to your computer and use it in GitHub Desktop.
Save almostSouji/047e6303cdc2919bf5162fb4e836b8e4 to your computer and use it in GitHub Desktop.
Get a diff of two directories using git (sifferences to orginal code basis)
git diff --no-index --ignore-all-space a/path b/path > some_filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment