Це відео не доступне.
Перепрошуємо.

GitHub Migration Series - Day 5 - Migrate a single repository from GHEC to EMU

Поділитися
Вставка
  • Опубліковано 15 сер 2024
  • This video is the fifth in a series on how to migrate to GitHub. In it, you will learn how to use the GitHub Enterprise Importer tool to migrate a repository from GitHub Enterprise Cloud (GHEC) to GitHub Enterprise Managed Users (EMU). We will look at multiple options and switches that you can use with the tool.
    Some documentation links:
    docs.github.co...
    docs.github.co...
    ============================================================
    🕔 TIMESTAMPS
    0:00 Intro
    0:15 Overview
    0:22 Setup GEI for the migration
    8:40 Migrate a single repository
    12:29 Review migration logs
    15:25 Review migrated repository
    18:05 Migrate repository and change the name of the repository
    20:15 Migrate repository and remove releases
    23.37 Wrap-up
    24:14 Outro
    ============================================================
    🎥 MIGRATION VIDEO SERIES
    ▶️ Day 1 - Overview - • GitHub Migration Serie...
    ▶️ Day 2 - Git Clone/Mirror/Push - • GitHub Migration Serie...
    ▶️ Day 3 - Installing Tools - • Video
    ▶️ Day 4 - GHEC - EMU - What does and doesn't migrate - • GitHub Migration Serie...
    ▶️ Day 5 - GHEC - EMU - Migrate a single repo - • GitHub Migration Serie...
    ============================================================
    🌐 FIND ME
    👉 Blog: mickeygousset.com
    👉 GitHub: github.com/mic...
    👉 Twitter: / mickey_gousset
    ============================================================
    🎶 AUDIO
    • Cheel - Kurt - Alterna...

КОМЕНТАРІ • 3

  • @csworld9319
    @csworld9319 6 місяців тому +1

    I was waiting for this video from last 3 days...thank you so much for posting

  • @Andle_Space
    @Andle_Space 5 місяців тому

    How do I migrate my collaborated projects?
    In this case, can I get PR of the old repo from the new repo?
    What should I do if a team member who was managing GitHub escapes?
    I need to migrate GitHub without the permission of a team member who escaped without permission
    git clone --bare [A]
    git push --mirror [B]
    Is this the best thing to do?
    Help me, sir