Skip to content

Instantly share code, notes, and snippets.

@agirton
agirton / pr.md
Created April 21, 2014 15:27 — forked from piscisaureus/pr.md

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

@agirton
agirton / dabblet.css
Created April 17, 2012 13:50 — forked from anonymous/dabblet.css
Untitled
@font-face {
font-family: 'BlackJackRegular';
src: url('http://db.tt/vnqPyeoh');
src: url('http://db.tt/vnqPyeoh?#iefix') format('embedded-opentype'),
url('http://db.tt/bcRc4WAo') format('woff'),
url('http://db.tt/ajsqpqnS') format('truetype'),
url('http://db.tt/GPBodWt4#BlackJackRegular') format('svg');
font-weight: normal;
font-style: normal;
@agirton
agirton / dabblet.css
Created April 16, 2012 02:36 — forked from anonymous/dabblet.css
Untitled
* {
padding: 0;
margin: 0;
}
html {
-webkit-perspective: 1000;
background-color: #6b6b6b;
height: 100%;
width: 100%;