Git Repository Server

1. Repository Usage

Show permissions granted to you

ssh git@git.bfh.ch

Create a new repository

ssh git@git.bfh.ch create $repository

Clone the repository

git clone git@git.bfh.ch:$repository


2. Repository Permissions

Give write access

ssh git@git.bfh.ch perms $repository + WRITE $user

Enable public gitweb access

ssh git@git.bfh.ch perms $repository + READ gitweb
git push

List permissions given by you

ssh git@git.bfh.ch perms $repository -l


3. Further Information

More information about how to install, configure, and use Git as well as some best-practise and links to further ressources are available at:

More information about how to use and work with git.bfh.ch is available at: