Jan 15, 2022
Desfazendo o último commit e mantendo as alterações para um próximo commit
Desfaça o último commit com git reset usando --soft e reutilize a mensagem com o ORIG_HEAD
Jan 15, 2022
Desfaça o último commit com git reset usando --soft e reutilize a mensagem com o ORIG_HEAD
Jan 14, 2022
Learn how to use the git reset command to undo most recent commits
Jan 14, 2022
Veja como usar o comando git reset para desfazer os commits recentes
Jan 1, 2022
Veja como usar git checkout e git switch para criar um branch e automaticamente mudar para ele
Jan 1, 2022
See how to use git checkout and git switch to create a branch and switch to it with just one command
Dec 30, 2021
See how to use git rebase to bring all the most recent commits to your current branch
Dec 30, 2021
Veja como usar git rebase para trazer commits mais recentes para o branch atual
Dec 29, 2021
Understand how to use git rebase para to fix the brach source
Dec 29, 2021
Veja como usar git rebase para corrigir a origem de um branch
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?