Topic
Engineering
- 09Engineeringgit clean: removing untracked files without nuking the wrong ones`git clean` deletes untracked files from your working tree, and unlike almost everything else in git, what it removes is gone.
- 10EngineeringListing the files in a commit, and the question you're asking"List the files in a commit" sounds like one question.
- 11EngineeringTwo git errors on Windows that look alike and aren'tOne says the filename is too long. The other says the path is invalid.
- 12EngineeringWorking with multiple remotesA fresh clone has one remote called `origin`, but you have more...
- 13EngineeringDemystifying git rebaseRebase scares people because the usual one-line explanation
- 14EngineeringGit tricks I keep reaching forThese are the handful I've wired into muscle memory, the ones that earn their place because they save a real minute or a real mistake.
- 15EngineeringRebase vs mergeThe rebase-versus-merge argument gets treated like a holy war, which is silly, because they answer different questions
- 16EngineeringThree branches, not one: deleting branches in git without the confusionThe reason deleting a git branch confuses people is that "the branch" isn't one thing