Skip to content

Instantly share code, notes, and snippets.

@yunyu
Last active March 28, 2017 22:44
Show Gist options
  • Save yunyu/80bd7a9c7932cebdeedc32a86de3d5d8 to your computer and use it in GitHub Desktop.
Save yunyu/80bd7a9c7932cebdeedc32a86de3d5d8 to your computer and use it in GitHub Desktop.
#!/bin/bash
for dir in */; do
git -C $dir pull >/dev/null
git -C $dir log -1 --date=short --pretty=format:${dir::-1}\:\ %cd
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment