mbl_may_6_eye

asdf


To interact with this project, provide your ssh key here.

This repo is brand new!

Please note, by convention, the original / primary remote repository is called origin.

If you are starting a brand new project without a local repository, here are the suggested commands:

git clone ssh://git@repositories.dev.efabless.com/mattlongprimary/mbl_may_6_eye.git
cd mbl_may_6_eye
... do some changes
git push -u origin main

If you already have a local Git repository, initialized with git init, you will need to associate your local repository with the Efabless Repository remote location. The following commands will add Efabless Repository as a remote repository and push your changes to the main branch.

git remote add origin ssh://git@repositories.dev.efabless.com/mattlongprimary/mbl_may_6_eye.git
git push -u origin main

If you already have a remote repository, for example one on GitHub, use the command below to add another remote Git repo (make sure that each repo has its unique ID, e.g. origin, ef-repo in the example below).

git remote add ef-repo ssh://git@repositories.dev.efabless.com/mattlongprimary/mbl_may_6_eye.git
git push -u ef-repo main

Please note: a default cover.png has already been added to the root directory of this remote repository. If your project is not private, this image can be viewed in the project search results list. To show your own cover image, simply replace cover.png with your own cover image at the root level and the main branch of your repository. Acceptable extensions for the cover image are 'jpg', 'jpeg', 'png', and 'gif'.