Hi All, Git Replace [1] provides way to keep small initial history and to separate the old history to another repository. When needed that history can be seamlessly be accessed using the git replace technique.
Can we think of creating a lightweight version of our repository for later development by keeping the original history in some history repository as mentioned in the link? [1] https://git-scm.com/book/en/v2/Git-Tools-Replace with regards Tushar
