Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aliaspider/343cea0bc6980350f5e4f1aadf216365 to your computer and use it in GitHub Desktop.
Save aliaspider/343cea0bc6980350f5e4f1aadf216365 to your computer and use it in GitHub Desktop.
#remove libretro-common and commit:
rm -rf libretro-common
git add libretro-common
git commit
#add subtree:
git subtree add --prefix libretro-common https://github.com/libretro/libretro-common master --squash
#to update later:
git subtree pull --prefix libretro-common https://github.com/libretro/libretro-common master --squash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment