Skip to content

Instantly share code, notes, and snippets.

View aguirre-adireto's full-sized avatar
🏠
Working from home

Aguirre Sabino aguirre-adireto

🏠
Working from home
View GitHub Profile
@aguirre-adireto
aguirre-adireto / multiple_ssh_setting.md
Created January 18, 2021 00:33 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"

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

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database