Skip to content
Snippets Groups Projects

update for mm (double)

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by shimazu
    Edited
    update.sh 213 B
    #!/bin/bash
    # update mm
    git stash
    git remote add parent git@gitlab.eidos.ic.i.u-tokyo.ac.jp:benkyokai-maintainers/mm.git
    git pull parent master
    git submodule init
    git submodule update
    make full_clean
    git stash pop
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment