Skip to content

Instantly share code, notes, and snippets.

View jbenesch's full-sized avatar

Jason Benesch jbenesch

View GitHub Profile
<html>
<head>
<style>
.lg {
width: 100px;
background-color: blue;
height: 20px;
display: inline-block;
border: 1px black;
}
[alias]
st = status
co = checkout
cob = checkout -b
cp = cherry-pick
up = add -up
c = commit -m
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset - %an (%ae)' --abbrev-commit --date=relative
todo = grep --heading --break --ignore-case -e 'TODO:'
fix = grep --heading --break --ignore-case -e 'FIX:' -e 'FIXME:'
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<h2>Original CSS</h2>
<style style="display: block; white-space: pre; font-family: monospace">
h2 { margin:0; }