Last active
November 28, 2015 03:24
-
-
Save JackMorganNZ/d051a12e44ec4ce08639 to your computer and use it in GitHub Desktop.
Instructions for CSFG Gource animation
This file contains hidden or 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
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