gl2gh GitHub CLI Extension

2025-10-29 GitHub Artur

I am working for some time now on a migration project from plattforms like Azure DevOps, Bitbucket and GitLab to GitHub Enterprise. There are official GitHub CLI extensions for the migration from Azure DevOps (ado2gh) and Bitbucket (bbs2gh) to GitHub but unfortunately none for the migration from GitLab to GitHub.

For this case I created based on the GitHub Enterprise Importer (gei) CLI extension the unofficial gl2gh CLI extension. This extension is based on the same code as the other extensions. The code you can find here.

Lessons learned from working with Project Server API

2019-06-15 Development Artur

Recently I worked on a project involving the Microsoft Project Server 2013. My task was to create a data synchronization using the available Project Server API’s. I never worked with the Project Server before, so this was all new to me. The way to reach the goal was bumpy and sometimes frustrating. But at the end I learned much during this project, so I would like to share it with you.

Continue reading