2022-11-28
|~4 min read
|791 words
.gitconfig follow-up with .bash_profille In my previous Git posts (here and here), I noted that one of the things I found really helpful was…
2022-11-28
|~8 min read
|1580 words
I’ve been trying to learn more about Git recently. I thought I’d write up some of the lessons I’ve learned to create a basic primer on Git…
2022-11-28
|~4 min read
|685 words
Occam was a 14th century theologian-philosopher who is perhaps best known now for his relentless insistence on using the law of parsimony…
2022-11-28
|~3 min read
|461 words
Git Clone, Pull, and Push Continuing my learnings re: Git. I wanted to better understand the use cases for three Git commands: 1. Clone…