common Git problems with solutions feature

Fixing the past – 17 common Git problems with solutions

This article presents 17 common Git problems that can happen when working in Git, with recipes for how to recover from them. It is very common to accidentally make mistakes when working with Git. Maybe you created commits in the wrong branch, or your commit history has become a mess. Fortunately, almost everything can be … Read more

Git guide feature

The ultimate Git guide for developers

This Git guide is for software developers who already know the most basic Git commands. After reading it, you can confidently clean the past commit history with an interactive rebase, revert commits, reset branches, merge branches, force push, or recover orphaned commits. This guide only contains the most necessary bits, to avoid mental overload. Introduction … Read more