jerrycallo635 /  automation_project_1715014055

Created
Maintained by jerrycallo635
Project project_desc_1715014055 created from test Testcases.Project Collaboration.Project Admin Update Access Level To Collaborator Of A Non-collaborator

Members 1
Jerry Callo committed a week ago

automation_project_1715014055

Project project_desc_1715014055 created from test Testcases.Project Collaboration.Project Admin Update Access Level To Collaborator Of A Non-collaborator


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/jerrycallo635/automation_project_1715014055.git
cd automation_project_1715014055
... 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/jerrycallo635/automation_project_1715014055.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/jerrycallo635/automation_project_1715014055.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'.