Topic
Engineering
- 01EngineeringFinding anything in a git repo: working tree, commits, and historyGrep finds a string in your working tree
- 02EngineeringDebugging Coveo UA: when the dashboard JSON lies to youI spent a lot of time trying to figure out why the Coveo Usage Analytics API was not working right.
- 03EngineeringThe git aliases worth stealingMy `[alias]` block has grown to a few hundred lines over the years, and most of it is junk I wrote once and never used again.
- 04Engineeringgit 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.
- 05EngineeringListing the files in a commit, and the question you're asking"List the files in a commit" sounds like one question.
- 06EngineeringTwo git errors on Windows that look alike and aren'tOne says the filename is too long. The other says the path is invalid.
- 07EngineeringWorking with multiple remotesA fresh clone has one remote called `origin`, but you have more...
- 08EngineeringDemystifying git rebaseRebase scares people because the usual one-line explanation