How I achieved time travel in GitHub
Roaming around Git and Github
Jan 25, 20233 min read85

Search for a command to run...
Articles tagged with #git
Roaming around Git and Github

GIT - The easiest method (in a summary) Create a repo on GitHub Clone that remote repo on local PC Write/code whatever in that folder (repo you cloned) Push to remote repo Step 1 (Basic Setup) Create a GitHub account Create new repository public/p...
