About a year ago, Scott Hanselman wrote a post on how to easily rename your git default branch from master to main. I took some…
Tag: git
Today I spent some time looking at a repository that I simply could not clone. It generally doesn’t happen and yet here I am writing…
Hey everyone, long time no write, at least not the technical stuff. And today is no different. It could have been some technical writing but…
Everybody loves branches. Branching is the greatest feature that source control management tools like git offers. However, it can get out of hand quickly when…
What does the git log command do? By default, it shows you the log of commits starting from the latest commit of the branch you’re…