hosting ∈ article.tags

  1. how to migrate your GitHub repository to Codeberg

    The easiest way to migrate repositories is to simply change where your local repository remote points to. In a locally cloned repository, assert that you should have a git remote (usually named origin) by running git remote -v:

    origin  git@github.com:username/repository.git (fetch)
    origin  git@github.com …