Last active
December 6, 2022 15:44
-
-
Save Abby805/27ae11815a79f330e84632b5a5c664ab to your computer and use it in GitHub Desktop.
Generating patches via command line
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
# Generates patch file between two directories | |
git diff --no-index directoryOldVersion directoryNewVersion > some-file-name.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment