· software
Git Commands I Wish I Knew Earlier
When I started using Git, I only knew five commands: clone, add, commit, push, and pull. That was enough—until my first serious merge conflict, lost changes, an...
When I started using Git, I only knew five commands: clone, add, commit, push, and pull. That was enough—until my first serious merge conflict, lost changes, an...
Ever switched branches in Git and suddenly realized your changes were gone? Yeah… we’ve all been there 😅 That’s exactly where git stash quietly saves the day....