Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 393 Bytes

This repo is for the Ortelius Backstage Portal.

Notes on contributing (Change bradmccoydev to you git username)

git remote add upstream https://github.com/ortelius/backstage
git remote add downstream https://github.com/bradmccoydev/backstage
git checkout -b make-change
git add .
git commit -sm "feat: change" -S
git push