diff --git a/README.md b/README.md index 0eddf86..2faec12 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,12 @@ For open source projects, say how it is licensed. ## Project status If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. + +git remote -v + origin git@git.psi.ch:optics/eib700.git (fetch) + origin git@git.psi.ch:optics/eib700.git (push) + +git remote remove origin + +git remote add ssh git@gitea.psi.ch:optics/eib700.git +