Skip to content

Instantly share code, notes, and snippets.

[alias]
co = checkout
ci = commit
st = status
stage = add
unstage = reset HEAD
[user]
name = USERNAME
email = EMAIL_ADDRESS
[github]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGCQpYJHZlcnNpb25UJHRvcFkkYXJjaGl2ZXJYJG9iamVjdHMS
AAGGoNEHCFRyb290gAFfEA9OU0tleWVkQXJjaGl2ZXKjCwwTVSRudWxs0w0ODxARElYk
Y2xhc3NcTlNDb2xvclNwYWNlVU5TUkdCgAIQAUYwIDAgMADSFBUWF1gkY2xhc3Nlc1ok
Y2xhc3NuYW1lohcYV05TQ29sb3JYTlNPYmplY3QIERofKTI3Oj9BU1ddZGt4foCCiY6X
#!/bin/sh
# AUTHOR: Matt Simerson ([email protected])
#
# VERSIONS:
# 1.02 - Dec 16, 2007
# - adjusted ps invocation for reliable detection when multiple
# - users run ssh-agent on a single system
# 1.01 - Oct 9, 2007
# - when cleaning up stale agent, remove stale sock file
# This seems to clean up the double entries in the Open With Dialog
/System/Library/Frameworks/ApplicationServices.framework/ Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
@baseonmars
baseonmars / gist:83724
Created March 23, 2009 19:16
allows pulling from github to local master (i think)
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
li {
width: 200px;
min-height: 250px;
border: 1px solid #000;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 5px;
zoom: 1;
*display: inline;