
1 minute coding tip: git diff-words to see diffs on a per-word basis instead of per line
Published September 10, 2021
Views 4.85K | Likes 287 | Comments 17
At a glance
Views
4,853
Likes
287
Comments
17
Performance vs. channel
Outlier score
Engagement rate
More features coming
We're working on new analytics and tools. Stay tuned.
About
1. Open ~/.gitconfig in your favorite editor. 2. Find the [alias] section. If it doesn't exist, add "[alias]" this to the bottom of your .gitconfig. 3. Under the alias section, add this text: diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+' Final result: [alias] diff-words = diff --color-w…
- Published
- September 10, 2021
- Made for kids
- No
More features coming
We're working on new analytics and tools. Stay tuned.