2024-09-09-git: History and Conflicts
-
git remote add <name> <url>
: adds the as the for the remote -
sets up the plumbing between local and remote
-
git restore --source <hash><FILE>
-
git log --oneline
returns back the history in one line -
if the log runs off your screen, press
q
-