Changes
Git
,/* Mirror a repo from foo.fixme.ch to somewhere else (github in this example) */
* Set a new push remote
<pre>
# ssh to foo
ssh YOUR_USER@foo.fixme.ch -p 1337
# Navigate to the repository
cd /home/gogs/gogs-repositories/YOUR_USER/YOU_REPO.git
git push
</pre>
= Gogs =