Skip to content

Instantly share code, notes, and snippets.

View zechau's full-sized avatar
😎
Hello!

zechau

😎
Hello!
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