Skip to content

Instantly share code, notes, and snippets.

View andreynovikov95's full-sized avatar

andreynovikov95

View GitHub Profile
@seeliang
seeliang / lint-only-changed-files.MD
Last active December 2, 2024 05:08
How to lint only changed files?

find out the differences

use git diff to generate file list

git diff --name-only master

limited to certain file types

add ext filter