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
# 1.install gource using HomeBrew | |
$ brew install gource | |
# 2.generate a video for you repo. | |
$ cd your_repo_dir | |
$ gource \ | |
-s .06 \ | |
-1280x720 \ | |
--auto-skip-seconds .1 \ |