canpolat@programming.devM to Git@programming.devEnglish · 2 months agoLearn Git Branchinglearngitbranching.js.orgexternal-linkmessage-square3fedilinkarrow-up129arrow-down12
arrow-up127arrow-down1external-linkLearn Git Branchinglearngitbranching.js.orgcanpolat@programming.devM to Git@programming.devEnglish · 2 months agomessage-square3fedilink
minus-squaregomp@lemmy.mllinkfedilinkarrow-up9·2 months agoThat, or git log --graph --pretty=oneline (IDK why people seem to be willing to recommend using anything in order to learn git, with the exception of git itself)
minus-squareembed_me@programming.devlinkfedilinkarrow-up3·2 months agoI used the textbook as the primary reference but I tried some of the games posted here and they helped me learn a nuance or two that I missed while reading the book
That, or
git log --graph --pretty=oneline
(IDK why people seem to be willing to recommend using anything in order to learn git, with the exception of git itself)
I used the textbook as the primary reference but I tried some of the games posted here and they helped me learn a nuance or two that I missed while reading the book