Use Git Subtree Filtering to pull a subfolder out of a GitHub repository (and still receive updates)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2024
  • If I have a massive repository, how can I carve out a subfolder to share with folks on a different team, or put into another repository?
    We find out using #git #subtree filtering.
    NGL I am NOT an expert on this but I am great at googling :D
    Source original StackOverflow : stackoverflow.com/questions/2...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1

  • @khangeshmatte4930
    @khangeshmatte4930 หลายเดือนก่อน

    Hi Thanks alot for the video,
    In have one question since i am working on project migration from svn to git and what I have to do is i need migrate this branch to git and make a subtree of another branch, so whats the best approach here do I need to create a separate repository of that migrated branch and use as a subtree or its better not to create a separate repo and then after migration just create a remote repo and make subtree what my end goal is to preserve the history after migration