Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created February 24, 2021 12:30
copy hiearchical git diff another folder
for file in $(git ls-files --others --exclude-standard --modified); do mkdir -p d://BACKUP/unstageds/$(dirname $file) ; cp $file d://BACKUP/unstageds/$file ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment