Skip to content

Instantly share code, notes, and snippets.

View seixasfelipe's full-sized avatar

Felipe Seixas seixasfelipe

View GitHub Profile
@seixasfelipe
seixasfelipe / GIF-Screencast-OSX.md
Created June 3, 2017 02:48 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

Keybase proof

I hereby claim:

  • I am seixasfelipe on github.
  • I am seixasfelipe (https://keybase.io/seixasfelipe) on keybase.
  • I have a public key whose fingerprint is EB29 0F85 77F7 151B 735D 096A 7D02 1D0F 50E1 78BE

To claim this, I am signing this object:

@seixasfelipe
seixasfelipe / git-tips
Last active May 25, 2017 03:07
Git tips to never forget!
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