Project

General

Profile

Actions

Git-maus » History » Revision 1

Revision 1/44 | Next »
Dobbs, Adam, 21 December 2016 13:15


Git-maus

Besides Launchpad and bazaar MAUS has beta level support for git and github. At the moment code updates for the trunk cannot be accepted from github however, only via Launchpad and bazaar.

  • Optional: set up an account on github and add an ssh key
  • Clone the MAUS repository using:
    git clone git@github.com:mice-software/maus.git
    
  • Move into the maus directory and check the branches present with:
    git branch -av
    

    The following branches should be present master (the release branch), merge, release-candidate
  • Switch to the branch desired using e.g. for the release:
    git checkout master
    
  • Build MAUS as usual

Updated by Dobbs, Adam almost 7 years ago · 1 revisions