Git
| created | 2026-03-19 13:27 |
| modified | 2026-05-30 20:46 |
| status | stub |
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