Skip to content

Instantly share code, notes, and snippets.

View rapheld's full-sized avatar

Nathan Rapheld rapheld

  • Zendesk
  • San Francisco, CA
View GitHub Profile
@rapheld
rapheld / keybase.md
Created January 11, 2017 01:00
Keybase Declaration

Keybase proof

I hereby claim:

  • I am rapheld on github.
  • I am rapheld (https://keybase.io/rapheld) on keybase.
  • I have a public key ASACv2bgQPb8Z5_g-HO7f4BgBbVHXkssAVP1E4Nfb26CeAo

To claim this, I am signing this object:

@rapheld
rapheld / gist:4039922
Created November 8, 2012 16:36
git & github goodness
git co - (switching back and forth between the last branch and current branch)
emoji-cheat-sheet.com
https://github.com/staugaard/ember-resource/compare/master@{yesterday}...master (e.g. 2012-02-25, 1.day.ago...)
git branch --merged or --no-mreged (shows branches that have been merged/not merged into the current branch
git branch --contains SHA
git co <branch> -- path/to/file (copies only that one file into the current branch)
git log branchA ^branchB (commits that are in A, but not in B