Skip to content

Add git subtree to commands #55

@HybridDog

Description

@HybridDog

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions