Git Tips
Collection of Git tips and tricks
-
Git Worktree Sanity
How I manage multiple long-lived feature branches
-
Show and copy file between branches
TLDR
git show <REMOTE>/<BRANCH>:<FILE> -
Submodule example for GitHub Pages
How to borrow code from other repositories without a dedicated package manager