GIT Reference: Branching
Quick reference for Branching.
GIT Reference — Branching
Quick summary of Branching with syntax and example.
Syntax
git <command>
Example
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://example.com/repo.git
git push -u origin main