Skip to content

Instantly share code, notes, and snippets.

View pszalawinski's full-sized avatar

Pawel Szalawinski pszalawinski

View GitHub Profile
@pszalawinski
pszalawinski / semantic-commit-messages.md
Last active June 23, 2020 05:49 — forked from joshbuchea/semantic-commit-messages.md
!!! 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

@pszalawinski
pszalawinski / mongodb_cheat_sheet.md
Last active April 27, 2020 07:26 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet #mongodb

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database