Forked from marcelblijleven/git diff comma separated files.sh
Created
January 1, 2022 22:13
-
-
Save emrcftci/406b892a08e3c542ea7607277bda8347 to your computer and use it in GitHub Desktop.
Comma separated files with git diff
This file contains hidden or 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 --no-pager diff --name-only develop | tr '\n' ',' | sed 's/\(.*\),/\1 /' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run
to see changed files with comma separated format.