Posts tagged: code
A fantastic intermediate Git tutorial (largely on git graph manipulation, i.e. rebase and merge) that is very easy to understand.
I switch between programming languages quite a bit; I often wondered what happens when having to deal with the different syntaxes, does the syntax allow you to be more expressive or faster at coding in one language or another. I dont really know about that; but what I do know what keys are pressed when writing with different programming languages.
Interesting.
If you don’t understand the motivation behind Git’s design, you’re in for a world of hurt. With enough flags you can force Git to act the way you think it should instead of the way it wants to. But that’s like using a screwdriver like a hammer; it gets the job done, but it’s done poorly, takes longer, and damages the screwdriver.
A very good read for a feel of an ideal Git workflow. Saves you a lot of pain in the future when you need to go digging within the depths of history.