Skip to content

Instantly share code, notes, and snippets.

@ghudeihed
ghudeihed / gitflow-breakdown.md
Created November 29, 2017 23:17 — forked from ubante/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

@ghudeihed
ghudeihed / reactive_systems_bibliography.md
Created October 7, 2017 21:04 — forked from brendanzab/reactive_systems_bibliography.md
A reading list that I'm collecting while building my Rust ES+CQRS framework: https://github.com/brendanzab/chronicle

Functional, Reactive, and Distributed Systems Bibliography

Books