Woodworking I’ve built a mallet. Woodworking is a recursive hobby : you build stuff so you can build more stuff cedricMai 29, 2020Août 18, 2025 Tech TIL how to remove every console.log added since I branched out of master git diff master -G "console.log" --name-only | xargs sed -i '/console.log/d' git diff master display what has changed... cedricMai 1, 2020Août 18, 2025
Tech TIL how to remove every console.log added since I branched out of master git diff master -G "console.log" --name-only | xargs sed -i '/console.log/d' git diff master display what has changed... cedricMai 1, 2020Août 18, 2025