Skip to content

Instantly share code, notes, and snippets.

View mgeode's full-sized avatar
🎯
Focusing

Michael Eichinger mgeode

🎯
Focusing
View GitHub Profile
@mgeode
mgeode / CommitFormattings.md
Last active July 2, 2019 22:16 — forked from clemtibs/Commit Formatting.md
Angular Commit Format Reference Sheet

Git Commit Guidelines

We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history. But also, we use the git commit messages to generate the AngularJS change log.

Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:

@mgeode
mgeode / docker.md
Created February 27, 2018 23:53 — 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
# ------------------------------------