The best resources to understand
Git
Version control system
Created by
Latest version
Popularity
Git is a decentralized version control system created in 2005 by Linus Torvalds, designed to efficiently track changes in source code history, fostering collaborative work.
Git: how to delete all files outside of the history
Published on 26/03/2026
Discover how to remove files untracked by Git after a git reset, using git clean, the right options,...
Git: How to merge two histories with no common base
Published on 27/05/2024
Fix the "refusing to merge unrelated histories" Git error with a simple parameter in your `git merge...
How to write good commit messages?
Published on 15/04/2024
Discover best practices and a naming convention for your commit messages with Git!
The most widely used source code hosting platform by developers
Published on 12/01/2024
GitHub, GitLab, BitBucket, Froggit, etc... What choices do most devs make?