Aug 21, 2026
Aug 21, 2026
Jul 30, 2026
Learn how to undo any commit in Git with reset, revert, and reflog — without losing your work.
Jul 11, 2026
A practical Python script with Pillow to remove a white GIF background frame by frame and wire a transparent signature into a Jekyll blog.
Jul 11, 2026
Um script Python prático com Pillow para remover o fundo branco de um GIF quadro por quadro e conectar uma assinatura transparente no blog Jekyll.
Jul 1, 2026
When a new GitHub repo doesn't show up in Netlify, the fix is in your GitHub app permissions—not the Netlify dashboard.
Jul 1, 2026
Quando um repositório novo no GitHub não aparece na Netlify, a correção está nas permissões do app no GitHub—não no dashboard da Netlify.
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.
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?