Skip to content

Instantly share code, notes, and snippets.

View mischah's full-sized avatar
:octocat:
afk // brb

Michael Kühnel mischah

:octocat:
afk // brb
View GitHub Profile
@mischah
mischah / dabblet.css
Created November 13, 2012 13:58
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<a href="http://github.com/you"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/bec6c51521dcc8148146135149fe06a9cc737577/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
@mischah
mischah / gist:1289555
Created October 15, 2011 13:23
Recursively delete .svn directories
cd FOLDER
rm -rf 'find . -type d -name .svn'
@mischah
mischah / .gitconfig
Created April 19, 2011 13:46
My minimal ~/.gitconfig
[user]
name = Firstname Lastname
email = mail@domain.com
[color]
diff = auto
status = auto
branch = auto
[apply]
whitespace = nowarn