mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
16 lines
No EOL
339 B
Markdown
16 lines
No EOL
339 B
Markdown
---
|
|
date: 2022-02-04 21:23:30-05:00
|
|
draft: false
|
|
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
|
|
``` |