From 4a3d86dfe76044f4a40873d72687ea7ecc471588 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 13 Sep 2020 10:10:05 +0200 Subject: [PATCH] Remove migration notice, we've moved on --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 001d9b2..ed027f4 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,3 @@ [![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/git.autonomic.zone/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/git.autonomic.zone) > https://git.autonomic.zone - -## Migrating local repos -Recently we moved our Gitea instance to use [docker-swarm](https://git.autonomic.zone/autonomic-cooperative/git.autonomic.zone/commit/36eed2a709cd72183e54ab79be74e044f5614ea8). This requires changing the origin on your repos hosted here. You may need to use a combination of the following commands. - -``` -git pull -git remote rm origin && git remote add origin ssh://git@git.autonomic.zone:2222/autonomic-cooperative/git.autonomic.zone.git -git branch --set-upstream-to=origin/master master -git pull -``` - -You may also need to run a command similar to this to remove the previous server fingerprint from your `known_hosts` file or do it manually: -``` -ssh-keygen -f "/home/user/.ssh/known_hosts" -R "[git.autonomic.zone]:222" -``` -