Skip to content

Instantly share code, notes, and snippets.

View morriq's full-sized avatar
🐢
Focusing

Dawid Winiarczyk morriq

🐢
Focusing
View GitHub Profile
@seeliang
seeliang / lint-only-changed-files.MD
Last active April 10, 2024 09:44
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

@janogarcia
janogarcia / email_coding_guidelines.md
Last active March 13, 2024 12:13
Email Coding Guidelines