Re-tagged blog posts

This commit is contained in:
Brandon Rozek 2022-01-02 14:24:29 -05:00
parent 209995c77b
commit 2a9c127365
186 changed files with 186 additions and 146 deletions

View file

@ -3,6 +3,7 @@
title: "Git Lens"
date: 2019-10-27T23:38:45-04:00
draft: false
tags: ["Git"]
---
Git Lens is a great Visual Studio code extension. It annotates the line your cursor is on with the commit it came from. Extreemely useful for determining the reason that line of code is written or even who wrote it.