Created
February 5, 2023 20:35
-
-
Save akolybelnikov/4265d7def259458eaf4d75e88c9e84d1 to your computer and use it in GitHub Desktop.
- move all files and directories into a subdirectory
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
git mv -k -n * /target | |
git mv -k -n * /target <- dry-run for preview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment