Skip to content

Instantly share code, notes, and snippets.

View guillochon's full-sized avatar
🗺️

James Guillochon guillochon

🗺️
View GitHub Profile
@guillochon
guillochon / gource.sh
Last active March 16, 2018 09:45 — forked from XueshiQiao/gource.sh
Generate a MP4 Video for your Git project commits using Gource!
# 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 \