mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
New Posts
This commit is contained in:
parent
761a087506
commit
60dba11acc
2 changed files with 51 additions and 0 deletions
14
content/blog/git-diff-by-words.md
Normal file
14
content/blog/git-diff-by-words.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: "Git Diff by Words"
|
||||
date: 2022-02-04T21:23:30-05:00
|
||||
draft: false
|
||||
tags: ["Git"]
|
||||
math: false
|
||||
---
|
||||
|
||||
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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue