2022-11-28
|~2 min read
|303 words
Recently, I was doing something I’ve done numerous times: pushing a new branch up to Github. This time, however, I hit a wall. Or, more…
2022-11-28
|~3 min read
|498 words
What Is Pruning? Pruning is part of the Git’s garbage collection. It’s a way to prune references to unreachable or “orphaned” Git objects…
2022-11-28
|~2 min read
|231 words
Continuing my catalog of errors (and how to resolve them), yesterday offered a brand new one for me. I was trying to push some local…