Skip to content

Instantly share code, notes, and snippets.

@gbroques
Last active February 10, 2021 22:20
Show Gist options
  • Save gbroques/80ec85c6557e70deb845d79c6b44fcf0 to your computer and use it in GitHub Desktop.
Save gbroques/80ec85c6557e70deb845d79c6b44fcf0 to your computer and use it in GitHub Desktop.
Watch Command for Git Objects
#!/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