Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 815 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 815 Bytes

This repository has been migrated to CERN Gitlab

This repository has been migrated to CERN Gitlab.

You may find it at https://gitlab.cern.ch/WisconsinCMS/IPMI/MMC

To update your local copy of the repository to point to this project on CERN Gitlab, run the following command from within your repository folder:

git remote set-url origin ssh://git@gitlab.cern.ch:7999/WisconsinCMS/IPMI/MMC.git

If you have not already done so, you will need to set up your SSH key with CERN Gitlab (just as you did with Github) by visiting this page.


If this is a public repository and you do not wish to use SSH, you may instead run the following command to update your local copy:

git remote set-url origin https://gitlab.cern.ch/WisconsinCMS/IPMI/MMC.git