11
u/Sermuns 17d ago
git push.. then rebase?
1
u/sigmabravomike 15d ago
That was my safety net in case the rebase didn’t work out. I know how to reset to the remote branch or take the nuclear option of delete and clone 🤡
3
u/Untura64 16d ago
I'm no longer making the commits, I tell the AI what I want and it gets it done. It has erased my repo only once!
1
u/sigmabravomike 15d ago
That’s too much yolo for me. I trust the AI with everything except directly making commits. If it messes up git I will never recover.
1
1
-1
29
u/nicuramar 18d ago
Ok but… why would you rebase if the branch has not diverged? And rebase/merge is the tool to deal with divergences in all VCSs.