Created
May 12, 2018 15:54
-
-
Save aliaspider/343cea0bc6980350f5e4f1aadf216365 to your computer and use it in GitHub Desktop.
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
#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