2022-11-28
|~2 min read
|293 words
To rename the name of a branch, there are four potential steps: Checkout the existing branch (the one you want to rename): Rename the local…
2022-11-28
|~10 min read
|1834 words
Unless your git workflow is pushing straight to master (because YOLO), it’s likely that your local repository will grow unwieldy in time…
2022-11-28
|~2 min read
|382 words
Frequently, I want to pull in just a single file from another git branch. I always need to look up the specifics, so I’m documenting it to…