Skip to content

Instantly share code, notes, and snippets.

@nsonanh
nsonanh / conventional-commits-cheatsheet.md
Created August 21, 2024 21:41 — forked from qoomon/conventional-commits-cheatsheet.md
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

@nsonanh
nsonanh / dhealth-nodes.md
Created October 21, 2021 04:43 — forked from evias/dhealth-nodes.md
dHealth Network Node Install Guide

How to install Nodes for DHealth Network

1. Download all install scripts

$ cd ~
$ curl -fsSL https://yourdlt.tools/files/install-requirements.sh -o install-requirements.sh