Changes

Git

188 bytes added, 22:55, 29 July 2015
/* Info */
== Info ==
* Trello card: https://trello.com/c/NSQnA7gV* New base git URL: <code>ssh://gogs@git.fixme.ch:1337/<user>/<repo></code> where <code><user></code> can be a username or an organization
= Git 101 =
* 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 =
90
edits