Splitting a Git Repository

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ค. 2024
  • In this lesson Ryan walks through the four steps to splitting up a Git repository while maintaining history.
    Ready to learn more about Git version control? mijingo.com/git-essentials

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

  • @DamageSoftware
    @DamageSoftware ปีที่แล้ว

    Perfect, exactly what I needed!
    Thank you very much for the video!

  • @mariaspr5200
    @mariaspr5200 4 ปีที่แล้ว +1

    I can't thank you enough!!! This is exactly what I needed :D

  • @202prince1
    @202prince1 4 ปีที่แล้ว

    Thanks! this is exactly what i needed.

  • @ziczaces4459
    @ziczaces4459 4 ปีที่แล้ว

    It works like a charm!!! Many thanks

  • @sreerajTR
    @sreerajTR 2 ปีที่แล้ว

    Thanks for the video. Can I move multiple folders inside a source repo to a new repo this way?

  • @canalecanale
    @canalecanale 2 ปีที่แล้ว

    Thank you a lot!! I've got a question. Maybe you can answer me. Before I follow your indications I moved part of the repository content into a directory inside of main repository (I needed grouping that) . I couldn't recover all the history of the original branch on the cloned repository, only the last commit in which I moved part of the repository to a new folder. Have you an idea why could happen this?
    Thank you again!!

  • @krisculin9679
    @krisculin9679 ปีที่แล้ว

    Great video. On a side-note, you need to update the link to your git-essential taining.

  • @soorajsprakash9405
    @soorajsprakash9405 6 ปีที่แล้ว

    hi sir, it didnt made a new repository and also not deleted online. It just made changes locally. How to proceed?

  • @perschistence2651
    @perschistence2651 3 ปีที่แล้ว

    What do I have to do if I want to split out multiple directories?

    • @Prashanth_650
      @Prashanth_650 2 ปีที่แล้ว

      Hello
      Did you got answer to this question??

    • @perschistence2651
      @perschistence2651 2 ปีที่แล้ว

      @@Prashanth_650 I do not remember but maybe you find the solution if you search with google for "git folder own repository"

    • @Prashanth_650
      @Prashanth_650 2 ปีที่แล้ว

      @@perschistence2651 thanks for that😊

  • @MrAlfaplam1
    @MrAlfaplam1 ปีที่แล้ว

    If the video doesn't help. Try going through this support.atlassian.com/bitbucket-cloud/docs/split-a-repository-in-two/ and be sure to add ignore-unmatched to the rm --cached command