Created
April 23, 2016 07:49
-
-
Save Nikitaw99/a0c5b4f39ef4466d4a8436902ad36fd3 to your computer and use it in GitHub Desktop.
I love these gource configs.
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
// Awesome Gource config, use by default, please. | |
gource -f --seconds-per-day 3 --auto-skip-seconds 1 --file-idle-time 0 --camera-mode track | |
// Super fast Gource config, best for big logs. | |
gource -f --seconds-per-day 1 --auto-skip-seconds 1 --file-idle-time 0 --camera-mode track |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment