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:
I hereby claim:
To claim this, I am signing this object:
Git | |
============ | |
To delete a remote branch: | |
$ git push origin :name_of_remote_branch | |
To rebase master on another branch and checkout it when action is completed | |
$ git rebase master :name_of_branch | |
To add local branch ref on remote |