Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created February 24, 2021 12:30
Show Gist options
  • Save halityurttas/f9aa9c7284fdf41cef00f93d30c205bb to your computer and use it in GitHub Desktop.
Save halityurttas/f9aa9c7284fdf41cef00f93d30c205bb to your computer and use it in GitHub Desktop.
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