wiki:faq/git

Version 1 (modified by Jamie McClelland, 16 years ago) ( diff )

--

Does May First/People Link have a shared git installation I can use?]

Yes. If you would like access to it, please start by opening a ticket. Include your 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
    
Note: See TracWiki for help on using the wiki.