Linklog
A curated collection of links and resources I have found over time.
February 2025
Week 7
- How I Use Git Worktrees (matklad.github.io)
Useful example of a git worktree workflow. Worktrees help avoiding all the stashing and branch hopping a typical workflow would have. You can pull the repository multiple times on different branches and work on different features, review pull requests, run automated tests, etc..., without having to break your flow.
December 2024
Week 50
- GitHub Actions by Example (www.actionsbyexample.com)
I always have to google Github actions format and snippets, or prompt an LLM for it. This is a collection of examples so you never have to google it again.