canpolat@programming.devM to Git@programming.devEnglish · edit-21 year agoYour Git horror storiesprogramming.devimagemessage-square44fedilinkarrow-up1311arrow-down13file-text
arrow-up1308arrow-down1imageYour Git horror storiesprogramming.devcanpolat@programming.devM to Git@programming.devEnglish · edit-21 year agomessage-square44fedilinkfile-text
We all have been there… For the beginner it’s easy to mess things up. What are your horror stories with Git? Link to xkcd
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·1 year agoPrior to rebasing I still do git tag -f undo in case I screw up so I can do git reset --hard undo if I mess up. I don’t understand reflog lol.
Prior to rebasing I still do
git tag -f undo
in case I screw up so I can dogit reset --hard undo
if I mess up. I don’t understand reflog lol.