List Git Commits by Hash and Comment
Aug 05, 2025Needed a nice way to look at a list previous commits by hash and comments. Turns out there are a number of helpful ways to do so.
Needed a nice way to look at a list previous commits by hash and comments. Turns out there are a number of helpful ways to do so.
I probably shoul start paying for BitBucket. However, I decided to figure out why onen of my repos was topping 500mb in size despite only reallly being around 2.5mb.
Had an issue when I tried to do a git pull origin. Ended up finding a solution to at least get past the error.
Needed a way to push my local branch (branchA) to and a different remote branch (branchA_fixed). Turned out to be pretty straight forward.
Ended up needing to find where a defect was introduced. Tunrs out there is a command for that. Git Bisect to the rescue.