Last active
February 10, 2021 22:20
-
-
Save gbroques/80ec85c6557e70deb845d79c6b44fcf0 to your computer and use it in GitHub Desktop.
Watch Command for Git Objects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
watch -d "find .git/objects -type f -printf \"%Tr %p\n\" | sort -n | cat --number" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment