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

ortelius/backstage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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