Git

Git Conventional Commits

Git Conventional Commits

Git Conventional Commits provide a standardized way of writing commit messages to make them more readable and machine-parsable. The format is <type>[optional scope]: <description>. Here are some common examples and variations:

Read More
How to Revert Commits in Git

How to Revert Commits in Git

In this guide I explain how to revert commits in Git with differents methods.

Read More
Git Troubleshooting Guide

Git Troubleshooting Guide

A detailed guide to resolve common Git issues, including merge conflicts, rebase errors, deleting commits, and more.

Read More
Git Guidelines with Gitflow & Trunk-Based Development

Git Guidelines with Gitflow & Trunk-Based Development

A detailed guide Git issues, including Git Flow and Trunk-Based development

Read More