1. Move folder to it’s own branch
git subtree split -P name-of-folder -b name-of-new-branch
2. Initialize the new Repository
git checkout new-repository-url
git pull path-to-big-repository name-of-new-branch
And that’s it, pretty much!
Thoughts
1. Move folder to it’s own branch
git subtree split -P name-of-folder -b name-of-new-branch
2. Initialize the new Repository
git checkout new-repository-url
git pull path-to-big-repository name-of-new-branch
And that’s it, pretty much!
To my future self: this is how you can ‘burn’ an ISO file into a flashdrive, so that it’s bootable!
Find the device path:
Format as FAT32:
Thanks Apple, for having FAT32 as an option in the Disk Utility app. It’s so much nicer than having to remember a CLI command.</sarcasm>