· software
Common Git Mistakes (And How to Fix Them)
Common Git Mistakes and How to Fix Them 1. Committing on main instead of a feature branch Fix: bash git checkout -b feature-branch git reset --soft HEAD~1 git...
Common Git Mistakes and How to Fix Them 1. Committing on main instead of a feature branch Fix: bash git checkout -b feature-branch git reset --soft HEAD~1 git...