Git
My Git Resources
They go here.
Backlinks
- 2020-03-23
- The GitHub blog breaks down Git 2.26.
- 2020-03-23
- At Khan Academy, we have a monorepo. This version of Git makes protocol version 2 the standard, which should speed up access for us thanks to the client asking proactively for what it wants.
- 2020-03-23
- Through this post, I also learned about
git worktree
, which seems like another useful tool for dealing with large Git repositories. It lets you have multiple checkouts from a single repository.
- Through this post, I also learned about