Forked from marcelblijleven/git diff comma separated files.sh
Created
February 23, 2023 01:17
-
-
Save harssh/44abe08052fe68bd0eefd3ee7781de64 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