Re: [hatari-devel] Hatari moves to a new home |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari moves to a new home
- From: Vincent Rivière <vincent.riviere@xxxxxxxxxxx>
- Date: Sun, 9 Feb 2025 18:24:05 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739121854; x=1739726654; darn=lists.tuxfamily.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :sender:from:to:cc:subject:date:message-id:reply-to; bh=r3SIz8j9issh7dh/DK8wum8i8axYmqIXsSjR5p4bg9o=; b=fOBxATO59t6X1QlomQ4qalmaDFZJDmy9tm5YrnJJRViHG0hFsbJHa04Km560EcNtId p6q6i8vjIfTaUyz8J4rT7yfqvma427WdKLfKzc/Yptxh73HTcMY2oasef/inw1bdovgv Dq6adoihDdEWF0Le5QOgF3KgQP18vUxq0++wvNv2VHmwBO3ZHt40TwzMC7tjxoR+WWJy tp98eCjhMYe1yXt4wFt/cOZeZiQGBTsg5Z+FP9rLZypLV28/M+vXldiQgWPomi93hwa4 nGWnpFdihKqB/82zbAoqmfYB136H2lXHAZNQuTSJnajDjDXSSAiToVot/bOc573Lekrc tvKA==
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