VirtualTam's bookmarks
198 bookmarks found
-
- https://facebook.github.io/watchman/
- https://github.com/cstrahan/go-watchman
- https://news.ycombinator.com/item?id=23480198
- https://git-scm.com/docs/git-config#Documentation/git-config.txt-featuremanyFiles
- https://github.com/jgavris/rs-git-fsmonitor
- https://github.com/git/git/blob/master/templates/hooks--fsmonitor-watchman.sample
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
git-test: test your commits
2020-01-06 -
GitHub Enterprise Backup Utilities
2019-09-19 -
Curating Git Commit History
2019-08-05 -
bat: A cat(1) clone with wings.
2019-07-08