canpolatM to GitEnglish · 9 months agoLearn Git Branchinglearngitbranching.js.orgexternal-linkmessage-square3linkfedilinkarrow-up129arrow-down12cross-posted to: [email protected][email protected]
arrow-up127arrow-down1external-linkLearn Git Branchinglearngitbranching.js.orgcanpolatM to GitEnglish · 9 months agomessage-square3linkfedilinkcross-posted to: [email protected][email protected]
minus-squaregomp@lemmy.mllinkfedilinkarrow-up9·9 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_melinkfedilinkarrow-up3·9 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