Skip to content

Instantly share code, notes, and snippets.

View dkhonig's full-sized avatar

Daniel Honig dkhonig

View GitHub Profile
@dkhonig
dkhonig / README.md
Created December 20, 2018 19:34 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@dkhonig
dkhonig / docker.md
Created March 2, 2018 16:52 — forked from f3l1x/aliases
Docker - installation, tips, commands, aliases

Docker

Shortcuts

$ curl -fsSL https://raw.github.com/tcnksm/docker-alias/master/zshrc >> ~/.bashrc && source ~/.bashrc
# ------------------------------------