Last active
April 3, 2024 10:24
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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