Skip to content

Instantly share code, notes, and snippets.

@VacantThinker
VacantThinker / Export project from StackBlitz to local.md
Created May 4, 2023 05:20
Export project from StackBlitz to local

7V9ah

from:
https://stackoverflow.com/questions/52560532/export-angular-project-from-stackblitz-to-local
@mindplace
mindplace / git_and_github_instructions.md
Last active February 11, 2026 12:52
Pushing your first project to github

1. Make sure git is tracking your project locally

Do you need a refresher on git? Go through Codecademy's git course.

  1. Using your terminal/command line, get inside the folder where your project files are kept: cd /path/to/my/codebase. → You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.
    → Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.

  2. Check if git is already initialized: git status