Skip to content

Instantly share code, notes, and snippets.

View mheers's full-sized avatar
🎯
Focusing

Marcel Heers mheers

🎯
Focusing
View GitHub Profile
@mheers
mheers / README.md
Created March 22, 2022 14:47 — forked from paulgregg/README.md
Converting a gitlab export to simple git repo

Converting a gitlab export to simple git repo

Gitlab exports a tar.gz file which contains a file called project.bundle. We can convert this file into a normal git repo using the following steps:

Extract the project.bundle file

$ tar xvfz GitLabExport.gz