Skip to content

Instantly share code, notes, and snippets.

@EtienneDG
Created September 3, 2021 17:32
Show Gist options
  • Save EtienneDG/497dd0b339ea3a8f2361e6a186ae4f6b to your computer and use it in GitHub Desktop.
Save EtienneDG/497dd0b339ea3a8f2361e6a186ae4f6b to your computer and use it in GitHub Desktop.
Get first level subfolders with changes
git diff-tree $(git branch --show-current)..origin/master --name-only | grep -v '\.' | paste -sd, | sed 's/.*/(&)/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment