3 pages tagged with "git"
Verified git commits
November 17, 2024When it comes to software development, trust and security are very important. One easy way to level up both is by using verified commits.
Whether you’re working on an open-source project or in a private company, verified commits can make sure your contributions are legit. Let’s break down what they are, why they’re important, and how to start using them.
When it comes to software development, trust and security are very important. One easy way to level up both is by using verified commits. Whether you’re working on an open-source project or in a private company, verified commits can make sure your contributions are legit. Let’s break down what they…Open-Source Software
May 03, 2021What is Open-Source Software (OSS)? What are their benefits? How can you start contributing to any OSS? Pet projects? Knowledge sharing? Why all of these?
What is Open-Source Software (OSS)? What are their benefits? How can you start contributing to any OSS? Pet projects? Knowledge sharing? Why all of these? What is Open-Source Software (OSS)? 🤔 OSS shares similarities with free software, but it’s not the same. Free software is a form of OSS, but tha…Sharing your git patches
December 01, 2020Discover another way of sharing suggestions with your development team.
Discover another way of sharing suggestions with your development team. Imagine this situation You are reviewing a Pull Request (PR), and you see some minor improvements or suggestions that you would like to share with the author. You might write some comments, and usually, that would be sufficient…