1. Clone a repository (first time)
git clone git@github.com:USERNAME/REPOSITORY.git
cd REPOSITORY
Clones a repository from GitHub to your local machine and moves into the project directory.
Control Panel
Homelab services and project shortcuts.
Quick access to my password generator
Development code workspace for My Meal Map
Non-production My Meal Map environment
Reverse proxy / networking management
Weather station dashboard and stats
Weather station dashboard and stats
Clean built-in developer cheat sheet for common GitHub workflows.
git clone git@github.com:USERNAME/REPOSITORY.git
cd REPOSITORY
Clones a repository from GitHub to your local machine and moves into the project directory.
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin git@github.com:USERNAME/REPOSITORY.git
git push -u origin main