Changes

Jump to: navigation, search

Git

47 bytes added, 11:07, 26 July 2015
/* 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 =
25
edits