Skip to content

Instantly share code, notes, and snippets.

# place in ~/.bashrc
# if on OSX put [ -r ~/.bashrc ] && source ~/.bashrc in ~/.bash_profile
function first_git() {
git init
git add -A :/
git commit -m "first commit"
git remote add origin $1
git push -u origin master
}
@jjosef
jjosef / designer.html
Created November 6, 2014 19:41
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@jjosef
jjosef / A-Pen-by-John-Josef.markdown
Last active January 2, 2016 12:09
AngularJS Semantic Dates