Skip to content

Instantly share code, notes, and snippets.

@lehnerpat
lehnerpat / readme.md
Last active December 18, 2015 00:09 — forked from anonymous/readme.md
  1. Paradoxes
  • Page 17
  • Page 24
@lehnerpat
lehnerpat / holler.md
Last active August 29, 2015 14:14 — forked from cheezedigital/holler
git fetch --all
git checkout sprint015
git pull origin sprint015
git checkout -b my-new-feature
git add .
git commit -m "all my feature"
git checkout sprint015
git pull origin sprint015
git checkout my-new-feature

git rebase -i sprint015