Git Fast-Forward Fail
Apr 12, 2025Had an issue when I tried to do a git pull origin. Ended up finding a solution to at least get past the error.
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.