= Does May First/People Link have a shared git installation I can use?] Yes. If you would like access to it, please start by [/newticket opening a ticket]. Include your [wiki:public_private_key_generation public ssh key] in the ticket and the name of the project you would like to setup. Once we've completed the setup, you can use your repository by taking the following steps: * Create a bare repository on your development machine: {{{ mkdir myproject cd myproject git init }}} * Next, add a file or two {{{ touch README git add README git commit README }}}