canpolat@programming.devM to Git@programming.devEnglish · edit-22 years agoYour Git horror storiesprogramming.devimagemessage-square46fedilinkarrow-up1310arrow-down13file-text
arrow-up1307arrow-down1imageYour Git horror storiesprogramming.devcanpolat@programming.devM to Git@programming.devEnglish · edit-22 years agomessage-square46fedilinkfile-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·2 years 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.