Browsing Tag
git
91 posts
If more than half of your commits are “feat” ones, you’re doing something wrong
I counted the distribution of my commits by type and the result was enlightening! Before starting the numbers,…
Demystifying Git: A Comprehensive Guide to Version Control
Demystifying Git: A Comprehensive Guide to Version Control Version control is a crucial aspect of software development, enabling…
GIT Commands Cheat Sheet
The 77 Commands You Need To Know Thanks for reading this. If you have an idea and want…
gitStream vs Code Owners vs GitHub Actions
Code review is an essential part of all your software development projects. But sometimes, your org follows an…
Thank You CODEOWNERS, It’s Time for Code Experts
This article was written by Natalie Breuer for LinearB. Engineering teams no longer have to choose between Git…
AI generated git commit messages
Over my decorated 10-year career in development, I have seen some of the worst commit messages. I don’t…
How to: work on two or more folders at the same time in VSCode
Explanation Ever been in a situation where you’re front-end code and your back-end code are in different folders?…
An Introduction to Git: The Basics Every Beginning Developer Should Know
As a developer, you’ll need to work with a version control system, especially if you’re working on a…
Make your original git! (Analyze section)
Hello Dev community! I’m noshishi, a apprentice engineer in Tokyo. This article is about understanding Git from the…
Mastering the Art of Writing Effective GitHub Commit Messages
There are no strict rules for writing commit messages but When working on a project on GitHub, it’s…