8 lines
238 B
Bash
8 lines
238 B
Bash
# You need Gource to run this command.
|
|
# Get it here : https://gource.io/
|
|
|
|
# -s : seconds per day
|
|
|
|
# Displays an animation of a versionned project over time.
|
|
gource -s 0.2 -i 0 --hide filenames --max-user-speed 1000 --auto-skip-seconds 1
|