Coding at Night
@codingatnight
918
subscribers
266
links
A channel for those who deeply love technology.
Download Telegram
Join
Coding at Night
918 subscribers
Coding at Night
https://jvns.ca/blog/2023/11/01/confusing-git-terminology/
#git
Julia Evans
Confusing
git
terminology
Hello! I’m slowly working on explaining
git
. One of my biggest problems is that after almost 15 years of using
git
, I’ve become very used to
git
’s idiosyncracies and it’s easy for me to forget what’s confusing about it.
Coding at Night
https://jvns.ca/blog/2023/11/23/branches-intuition-reality/
#git
Julia Evans
git
branches: intuition & reality
Hello! I’ve been working on writing a zine about
git
so I’ve been thinking about
git
branches a lot. I keep hearing from people that they find the way
git
branches work to be counterintuitive. It got me thinking: what might an “intuitive” notion of a branch…