Using the flags --ours or --theirs to resolve merge conflicts on binary files via command…
Read MoreTag: git
Git Squash Tutorial: How to Combine Git Commits for a Clear and Organized Commit History
command line git how-toA while back I wrote about managing local git branches with git rebase and I…
Read MoreComo reverter um commit no git
git how-toExistem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste…
Read MoreHow to revert a commit in git
git how-toThere 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 git 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 git 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 git 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
git quick-tip tilI recently committed an API key to a repository and even worse, I pushed to…
Read MoreGit: most used git commands
command line gitHere’s a list of the git commands I use most often: git status when to…
Read More