Skip to content

Instantly share code, notes, and snippets.

View jason-covington's full-sized avatar

Jason Covington jason-covington

View GitHub Profile
@jednano
jednano / gitcom.md
Last active February 27, 2025 03:05
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

git init