Skip to content

Instantly share code, notes, and snippets.

View Cimbali's full-sized avatar

Cimbali Cimbali

  • 08:43 (UTC +01:00)
View GitHub Profile
@Kirkkt
Kirkkt / git diff ignoring certain files.md
Last active November 6, 2023 12:36
git diff ignoring certain files

git diff ignoring certain files

What is this?

Sometimes you want to ignore certain files when you run git diff, but you still want to check them in, which means you can't capitalize on .gitignore.

This guide is here to help.

How to set it up?