Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -1,11 +1,11 @@
---
title: >
Git tricks to avoid committing commented-out and other unneeded code
Git tricks to avoid committing commented-out and other unneeded code
pubDate: 2022-11-21
permalink: >-
archive/2022/11/21/git-tricks-to-avoid-committing-commented-out-and-other-unneeded-code
archive/2022/11/21/git-tricks-to-avoid-committing-commented-out-and-other-unneeded-code
tags:
- git
- git
---
[Yesterday's email]({{site.url}}/archive/2022/11/20/version-controlled-commented-out-code) talked about whether commented-out code should be present if your code is version-controlled, but how do you avoid committing it in the first place?