Re: [hatari-devel] Hatari moves to a new home

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


On 09/02/2025 at 09:28, Thomas Huth wrote:
In case you want to continue using your old checked out local
repository (e.g. since you have some branches with your patches in there
already), you can also switch to the new remote like this:

  git remote add frama https://framagit.org/hatari/hatari.git
  git fetch frama
  git remote rename origin tuxfamily
  git remote rename frama origin
  git checkout -b main -t origin/main

Then have a look if everything is fine, and if that's the case, you can
remove the old master branch and the old remote like this:

  git branch -d master
  git remote remove tuxfamily

Very good, it works like a charm.
Very smooth transition.

--
Vincent Rivière



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/