JULY 21 2020: GITHUB MIGRATION
We are officially switching over to using the Github hosted repositories as our central repo.
Edit July 23: We have done this!
- Instructions for setup with the new repositories have been updated here. If you want to update the
origin
in your existing local repository, you can do so by doing:git remote set-url origin git@github.com:SBNSoftware/sbndaq-artdaq.git
(for
sbndaq-artdaq
, please make sure to get the appropriate repo!) - See the updated setup instructions for more details, but new
mrb g
commands should now point to the new repository. For example:mrb g -d sbndaq_artdaq --repo-type github -g SBNSoftware sbndaq-artdaq.git
(again, replacing
sbndaq-artdaq
with the appropriate/desired repository … we will work to make this a default for mrb). - See here for more guides on how to use Github tools. Particularly useful are the instructions for setting up an ssh key for easier pushes.
Please see here for some useful info on migrating to Github in general, but important things for sbndaq and sbndqm are the above.