canpolat@programming.devM to Git@programming.devEnglish · 1 year agoLearn Git Branchinglearngitbranching.js.orgexternal-linkmessage-square3linkfedilinkarrow-up129arrow-down12
arrow-up127arrow-down1external-linkLearn Git Branchinglearngitbranching.js.orgcanpolat@programming.devM to Git@programming.devEnglish · 1 year agomessage-square3linkfedilink
minus-squaregomp@lemmy.mllinkfedilinkarrow-up9·1 year 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·1 year 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