Resources
Tools
- https://github.com/mergestat/mergestat-lite
- https://github.com/mergestat/mergestat
- https://sourced.tech/products/community-edition/
- https://github.com/gitsql
- https://github.com/dolthub/dolt
- https://github.com/src-d/gitbase
Tricks
Vylistovani pouze zmenenych souboru v ramci commitu.
#!/bin/bash
files=$(git ls-files -om --exclude-standard)
phpcs --standard=DrupalPractice $files