This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git fetch --all | |
git reset --hard origin/master | |
git pull origin master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Some really hacky code being used in my next blog redesign. | |
// by Peter Sobot (psobot.com) on December 16, 2012 | |
;(function ( $, window, document, undefined ) { | |
var pluginName = 'punchout', | |
defaults = { | |
}; | |
function Plugin( element, options ) { | |
this.element = element; |
NewerOlder