This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| amend='git commit --amend' | |
| g=git | |
| ga='git add' | |
| gaa='git add --all' | |
| gac='git add . && git commit -v' | |
| gapa='git add --patch' | |
| gb='git branch' | |
| gba='git branch -a' | |
| gbda='git branch --merged | command grep -vE "^(\*|\s*master\s*$)" | command xargs -n 1 git branch -d' | |
| gbl='git blame -b -w' |