Category – Git
1 post tagged with "Git" (See all categories)

CCopy Git history from one repository to another

07/06/20191 Min Read — In Git

Ever need to migrate a codebase AND keep the commit history? Same. Recently I needed to migrate a codebase from one Git provider to another. I wanted to preserve the commit history since this was an npm library with versioning which meant a copy/paste over of the files would not work. Let's…