Problem: You have a git hub repository with code in several folders. You want to move one of the sub folders into its own separate repository (for example, it was experimental code you were working on, which you now want to spin off into its own life)
Solution: Use git subtree split as detailed here (look for the answer that says The Easy Way™)
Solution: Use git subtree split as detailed here (look for the answer that says The Easy Way™)
Comments
Post a Comment