Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,15 +1,16 @@
---
title: "Git Diff by Words"
date: 2022-02-04T21:23:30-05:00
date: 2022-02-04 21:23:30-05:00
draft: false
tags: ["Git"]
math: false
medium_enabled: true
medium_post_id: 1fa7eb8ae0f5
tags:
- Git
title: Git Diff by Words
---
When working in LaTex it is often more useful to see the changes by words as opposed to lines. Luckily, it's pretty easy to view this in the terminal.
```bash
git diff --color-words
```
```