mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 15:53:38 -05:00
11 lines
217 B
Markdown
11 lines
217 B
Markdown
# track-changed
|
|
Track files changed by git
|
|
|
|
Shamefully ripped off and based on lint-staged
|
|
|
|
```
|
|
"postcheckout": "track-changed checkout",
|
|
"postmerge": "track-changed merge",
|
|
"postrewrite": "track-changed rewrite"
|
|
```
|