Created
February 24, 2021 12:30
-
-
Save halityurttas/f9aa9c7284fdf41cef00f93d30c205bb to your computer and use it in GitHub Desktop.
copy hiearchical git diff another folder
This file contains 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
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