Skip to content

Instantly share code, notes, and snippets.

@JackMorganNZ
Last active November 28, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackMorganNZ/d051a12e44ec4ce08639 to your computer and use it in GitHub Desktop.
Save JackMorganNZ/d051a12e44ec4ce08639 to your computer and use it in GitHub Desktop.
Instructions for CSFG Gource animation
git log --all --reverse --pretty=format:"%ct|%s" > log.txt
gource --title "Computer Science Field Guide Development" --dir-name-depth 2 --key --highlight-dirs --highlight-users --output-framerate 30 --caption-file log.txt --caption-duration 4 -f --viewport 1920x1080 --hide progress --hide mouse --stop-at-end --font-size 34 --caption-size 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment