Skip to content

Instantly share code, notes, and snippets.

View tamagusko's full-sized avatar
🏠

Tiago Tamagusko tamagusko

🏠
View GitHub Profile
@tamagusko
tamagusko / ffmpeg.md
Created January 15, 2022 02:34 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
@tamagusko
tamagusko / mysql_cheat_sheet.md
Created January 15, 2022 02:34 — forked from bradtraversy/mysql_cheat_sheet.md
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@tamagusko
tamagusko / semantic-commit-messages.md
Last active February 12, 2022 00:27 — 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

@tamagusko
tamagusko / README.md
Created January 15, 2022 02:26 — forked from hofmannsven/README.md
Git Cheatsheet