Skip to content

Instantly share code, notes, and snippets.

View promo360's full-sized avatar

Evgeny Yudin promo360

  • Russia / Tyumen
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