Migrating Azure Devops Activity to GitHub 🔄️ — DeepSeek…
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekBlogMigrating Azure Devops Activity to GitHub 🔄️
    Back to Blog
    Migrating Azure Devops Activity to GitHub 🔄️
    azure

    Migrating Azure Devops Activity to GitHub 🔄️

    Ramy Gamal May 1, 2026
    0 views

    GitHub isn’t just a place to store code anymore. For many developers, it’s a living portfolio, a...

    GitHub isn’t just a place to store code anymore. For many developers, it’s a living portfolio, a snapshot of what they’re building, exploring, and learning.

    Though, my GitHub profile didn’t reflect that at all. This happened when I joined a company that don't use GitHub for managing the codebase.

    Most of my day-to-day work happens in a private codebase hosted on Azure DevOps. So even though I’m actively coding, shipping, and solving problems, my GitHub looked… inactive. Almost like I stopped coding altogether.

    The Idea

    One night, I decided to fix this.

    Since I genuinely enjoy building automation scripts, I thought: Why not automatically sync my activity from azure DevOps into my GitHub account?

    So I built a small script that:

    1. Pulls my commits from Azure DevOps (where I’m the author)
    2. Replays them into a private GitHub repository
    3. Runs automatically on a daily schedule

    How It Works

    The setup is pretty straightforward:

    • Uses Azure DevOps APIs to fetch commits
    • Filters commits by author
    • Pushes them into GitHub as new commits (A private repository is recommended to contain your activity)
    • Runs daily using GitHub Actions.

    Now, my GitHub profile reflects actual activity again without changing how or where I work. 😁

    The script was originally built for my own use, but it is open-source in case it’s useful to others.

    If you’re working across different platforms and want a unified presence, this might help or at least spark an idea.

    👉 Check it out: {% embed https://github.com/Raamyy/azuredevops-commits-migrator %}

    Main function

    async function main() {
      if(AZURE_NAME == "") {
        console.error("AZURE_NAME is not set. Please add it to the github secrets with your Azure username. exiting...");
        return;
      }
      let COMMITS = [];
      let projects = await getProjects();
      for (let project of projects) {
        let repositories = await getRepositories(project);
        for (let repo of repositories) {
          let commits = await getCommits(project, repo.name, AZURE_NAME, repo.defaultBranch);
          COMMITS = COMMITS.concat(commits);
        }
      }
      COMMITS = COMMITS.sort(function (a, b) {
        return new Date(a.creationDate) - new Date(b.creationDate);
      });
      console.log(`got toal of ${COMMITS.length} commits`);
      generateGitCommits(COMMITS)
    }
    

    If you’re interested in extending it or making it more generic, contributions are welcome. And if you have questions, feel free to reach out.

    Now I joined a bit bigger company that still I am not sure of it's policies regarding similar, so my GitHub is back dead again 😭

    Do you care about the activity graph, or do you prefer to keep work and personal strictly separate?"

    Tags

    azuregithubautomationgithubactions

    Comments

    More Blog

    View all
    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught megemma

    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught me

    I ported the whole Gemma-4 family — E2B, E4B, 12B, 31B, and the 26B-A4B MoE — to run on...

    X
    xbill
    Hey DEV, I'm Tobore. Let's actually connect.community

    Hey DEV, I'm Tobore. Let's actually connect.

    Hey DEV, I'm Tobore. Let's actually connect. I've been on here for a while now, mostly writing and...

    L
    Laurina Ayarah
    I burned through thousands of AI tokens. Then a friend did it for freeai

    I burned through thousands of AI tokens. Then a friend did it for free

    (yep, kinda clickbait, just for the funsies 😊) At the beginning of the year, I relaunched my...

    P
    Paulo Henrique
    Claude might be saturating your machineai

    Claude might be saturating your machine

    My laptop was sitting idle with the fan at full tilt. Nothing was running that I knew of. The culprit...

    S
    Sidhant Panda
    Automated GitHub Code Reviews Using Google Geminigithubactions

    Automated GitHub Code Reviews Using Google Gemini

    I Built a Thing! TL;DR — Google Gemini-based Pull Request reviews and Issue Triaging for...

    D
    Darren "Dazbo" Lester
    What is an "agentic harness," actually?ai

    What is an "agentic harness," actually?

    I've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or...

    T
    Tilde A. Thurium

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this DeepSeek resource

    • Summarize Slack Channel Activity for Weekly Reports with AIn8n · $24.99 · Related topic
    • Summarize Social Media Activity of a Company Before a Calln8n · $14.99 · Related topic
    • Summarize MS Teams Channel Activity for Weekly Reports with AIn8n · $14.99 · Related topic
    • Create a Pipedrive Activity on Calendly Event Scheduledn8n · $4.99 · Related topic
    Browse all workflows