#workflow
Read more stories on Hashnode
Articles with this tag
Sometimes I want to copy a network request which I've made in Google Chrome, so that I can edit or save it in Postman. Happily, this is easy to do by...
Two ways I use unit tests while fixing bugs · Background My previous post covers a bug that I recently fixed as part of a .NET upgrade. This post covers...
Adding references and explanations to commit messages to help other developers understand your reasoning · In my experience, many developers write very...
With git, it is possible to commit several times in one branch, then squash those commits together when merging into another branch. I most often use...