Creating GitHub Project
(~5 minutes)
Remove Cached repo for UI
The UI project may still have GIT repo associated with it, we'll forceably remove it:
Initializing the local repo
Return back to the azure-quickstart directory you had created earlier, this directory contains /ui, /data-access and /fullstack.code-workspace
In a command line type:
azure-quickstart/
Add Files to Local Repo (we're also renaming master to main)
Add Remote
Go to Github and create a new project, and then we'll add a remote:
Push to GitHub
*Note: You may need to do this step from VSCode
Last updated