@[email protected]M to [email protected]English • 3 months agoLearn Git Branchinglearngitbranching.js.orgexternal-linkmessage-square3fedilinkarrow-up128arrow-down12cross-posted to: [email protected][email protected]
arrow-up126arrow-down1external-linkLearn Git Branchinglearngitbranching.js.org@[email protected]M to [email protected]English • 3 months agomessage-square3fedilinkcross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilink9•3 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-square@[email protected]linkfedilink3•3 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