Skip to content

Instantly share code, notes, and snippets.

@phuysmans
phuysmans / gitflow-breakdown.md
Created February 3, 2017 09:27 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
git commit --allow-empty -m "Initial commit"
git checkout -b develop master

Connect to the remote repository

@phuysmans
phuysmans / headless.md
Created January 17, 2017 20:40 — forked from addyosmani/headless.md
So, you want to run Chrome headless.