A while back I wrote about managing local git branches with git rebase and I…
Read MoreTag: git
Como reverter um commit no git
UncategorizedExistem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste…
Read MoreHow to revert a commit in git
UncategorizedThere are a few different ways to undo things in git but for the purpose…
Read MoreManaging local git branches with git rebase
how-toWhen you work on a codebase with other people, you need to manage your local…
Read Moregit stash 101
command line how-togit stash allows you to save your work in progress out of your way
Read MoreGit, GitHub and GitLab. Are they all the same thing?
command line how-toA few years back when I got serious about learning to program to become a…
Read MoreFind the commit that introduced a bug in your code: how to use git bisect in 7 steps
command line tilWhen I first heard about git bisect I thought it sounded scary and complicated, so…
Read MoreRemove a commit from history in Git – local and remote
quick-tip tilI recently committed an API key to a repository and even worse, I pushed to…
Read MoreGit: most used git commands
command lineHere’s a list of the git commands I use most often: git status when to…
Read More