Skip to content

Instantly share code, notes, and snippets.

@akolybelnikov
Created February 5, 2023 20:35
Show Gist options
  • Save akolybelnikov/4265d7def259458eaf4d75e88c9e84d1 to your computer and use it in GitHub Desktop.
Save akolybelnikov/4265d7def259458eaf4d75e88c9e84d1 to your computer and use it in GitHub Desktop.
- move all files and directories into a subdirectory
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