Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 653 Bytes

File metadata and controls

13 lines (10 loc) · 653 Bytes

Setup Guide

Add Your Files

cd existing_repo
git remote add origin https://github.com/your-username/backend-template.git
git branch -M main
git push -uf origin main