Skip to content

Instantly share code, notes, and snippets.

@c84c
c84c / run_dreamlab_android_emulator.sh
Created January 25, 2021 01:19
Script to run Vodafone DreamLab app on Android emulator (Linux)
#!/usr/bin/bash
#
# run_dreamlab_android_emulator.sh
#
# Script to start Vodafone DreamLab app on Android emulator to run projects
# supported by DreamLab.
#
# Run this script when you want to support cancer research with your Linux PC
# and without the limitation of DreamLab app (AC charger connected).
#
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 26, 2024 08:15
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default