Skip to content

Instantly share code, notes, and snippets.

View jakoritarleite's full-sized avatar
🦀
Rusting everything

João Koritar jakoritarleite

🦀
Rusting everything
View GitHub Profile
@slykar
slykar / docker-compose-hackintosh.md
Last active April 28, 2024 13:21
Docker and Docker Compose on AMD OSX Hackintosh via Docker Machine

Introduction

Docker.app will complain about incompatible processor, so we will use Docker Machine.

Instalation

Download Docker for Mac (Docker.app). It contains some binaries that are necessary.

brew install virtualbox docker-machine
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 4, 2024 17:49
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example