Skip to content

Instantly share code, notes, and snippets.

View gitconfig's full-sized avatar

gitconfig gitconfig

View GitHub Profile
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
@gitconfig
gitconfig / Gemfile
Last active December 25, 2015 18:29 — forked from ctalkington/Gemfile
source :rubygems
gem "puma"
gem "sinatra"
@gitconfig
gitconfig / .gitconfig
Last active February 9, 2016 14:48
~/.gitconfig best practices
[user]
name = Firstname Lastname
email = firstname.lastname@example.com
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff