Git
-
Making great commits
Apr 17, 2023
22 minutes
4634 words
#programming
#git
A well-structured git log is key to project’s maintainability; it provides insight into when and why things were done, for future maintainers of the project, … and yet, so many people pay very little attention to how their commits are structured.…
-
Managing (multiple) git credentials
Jul 27, 2022
20 minutes
4096 words
#programming
#git
Many people often find initially setting up their git user a bit unclear, especially when it comes to managing multiple git users on a single machine. But even managing credentials for just a single user can be quite complicated without looking into it a bit deeper.…