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.
How to modify the terminal to get a custom prompt each time. Works in any terminal window launched in Terminal.app, IntelliJ products, and even PathFinder.
Terminal has some super cool legacy stuff built in. My recent fave is calendar using the 'cal' command.
How to remove the super annoying macOS _default interactive shell is now zsh_ warning in Terminal.