Skip to content
Dev.to1 min read

Git said everything merged fine. My code was gone.

Merged a feature branch yesterday. Git said zero conflicts. Pushed to main. My entire authentication module disappeared. Three hours of code just vanished. Spent an hour thinking Git was broken. It wasn't. I was using merge wrong. What happened Working on two branches: feature/auth adding OAuth login feature/ui updating frontend Both touched app.py but different sections. Merged feature/auth first, worked fine. Then merged feature/ui. git checkout main git merge feature/ui # "Auto-merging app.py
Read original on dev.to
0
0

Comment

Sign in to join the discussion.

Loading comments…

Related

Get the 10 best reads every Sunday

Curated by AI, voted by readers. Free forever.

Liked this? Start your own feed.

0
0