RecentlyOdds & Ends
now playing

Git

Git is a version control tool developed by Linus Torvalds.

Git worktrees

Git worktrees enable working on multiple different branches from within the same repository directory, rather than creating a single repository for each new branch. (??!?!?! i did not know this was a thing)

Command reference

# change from https to ssh
git remote set-url origin git@github.com:USER/REPO