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-squarehalcyonlinkfedilinkEnglisharrow-up1·2 years agogit checkout stable062023, git merge feat_member1 --no-ff? Isn’t that the point of --no-ff to rewrite a bunch of commits into being associated instead with a single feature commit?
git checkout stable062023, git merge feat_member1 --no-ff? Isn’t that the point of --no-ff to rewrite a bunch of commits into being associated instead with a single feature commit?