Jun 28, 2026
Undoing more than one commit at once with git revert
Learn how to revert a range of commits in one command with git revert, including the A..B notation and when to use --no-commit.
Jun 28, 2026
Learn how to revert a range of commits in one command with git revert, including the A..B notation and when to use --no-commit.
Jun 28, 2026
Aprenda como reverter um intervalo de commits em um único comando com git revert, incluindo a notação A..B e quando usar --no-commit.
Jun 20, 2026
Aprenda como o git reflog registra seus movimentos no Git, como ler as entradas e como restaurar um estado anterior.
Jun 20, 2026
Learn how git reflog tracks your movements in Git, how to read its entries, and how to restore a previous state.
Feb 3, 2026
Learn how to bypass caching by versioning CSS files with automated staging deploys through GitHub Actions.
Feb 3, 2026
What I learned building a real product with AI tools as collaborators: where they helped, where they failed, and why clarity matters more than the tools themselves.
Nov 15, 2025
Copilot for the win.
Nov 15, 2025
Copilot for the win.
Oct 26, 2025
7 pull requests merged on GitFichas and an overview on the hacktoberfest badges.
A quick guide to commands you will use daily
What if you could have a Git dictionary? A book where you could find a description of how the most commonly used commands work, with practical examples?