Bobignou Git server

This is a web front-end for a Soft Serve Git server.

If you want to access this server with in a terminal with a TUI, you should use the command ssh -p 23231 git.bobignou.red

List of repositories

Here is a list of all the repositories in this server:

Pushing new repository

If you have the right to do so, pushing a new repository on this server is easy to do. Firstly, add this server as a new remote for your repository:

git remote add soft ssh://git.bobignou.red:23231/<repository name>

Then you can simply push your branch with:

git push soft <branch name>

If you don't want to use soft as the name of the remote, you can use any other name.