-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
With git subtree you can extract a repository from another one and the other way round.
When you for example have a library from somewhere added to the repository and gradually added changes but then the original library gets some updates, you don't need to circuitously merge the updates manually. You can use git subtree to extract your version with all the related history, then rebase the extracted repository to the original one and after update the library to the extracted one with git subtree.
Metadata
Metadata
Assignees
Labels
No labels