Handcrafting Codes

Tag

#Tips

  1. 01EngineeringFinding anything in a git repo: working tree, commits, and historyGrep finds a string in your working treeJul 02, 20263 min read
  2. 02EngineeringThe 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.Jul 02, 20264 min read
  3. 03Engineeringgit 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.Jul 02, 20262 min read