Command Cheatsheets
Quick reference for the commands you use every day — Git, Linux, PowerShell, databases and more.
Version Control
Git Commands Cheat Sheet
Quick reference for the most useful Git commands: init, clone, branch, merge, rebase, reset, stash, remote operations and history inspection, with common options and practical examples.
31 commands
Git 2.30+
SVN Commands Cheat Sheet
Quick reference for Subversion (SVN) commands: checkout, update, commit, branch/tag, merge, history inspection and repository administration, with common options and practical examples.
28 commands
SVN 1.10+
Shell & Terminal
Linux Shell Commands Cheat Sheet
Quick reference for everyday Linux / macOS shell commands: file operations, text processing, permissions, processes, networking, archive and storage — with common options and practical examples.
40 commands
bash 5+ / POSIX 2017
PowerShell Commands Cheat Sheet
Quick reference for PowerShell cmdlets: discovery, file/system, pipeline filtering and selection, networking, remote sessions and modules — with common parameters and practical examples.
34 commands
PowerShell 7+
Windows CMD Commands Cheat Sheet
Quick reference for the classic Windows Command Prompt (cmd.exe): file/dir operations, text search, system info, networking and batch scripting — with common options and practical examples.
40 commands
Windows cmd.exe 10+
Container & Orchestration
Docker Commands Cheat Sheet
Quick reference for everyday Docker CLI commands: container lifecycle, image builds, logs / exec, networking, volumes, Compose, registry and housekeeping — with common options and practical examples.
46 commands
Docker Engine 24.0+
kubectl Cheat Sheet
Quick reference for kubectl, the Kubernetes command-line client: contexts, get/describe, apply, logs/exec, rollout, scaling and debugging — with common options and practical examples.
40 commands
kubectl 1.28+
Database
PostgreSQL Commands Cheat Sheet
Quick reference for PostgreSQL: psql client commands, DDL/DML statements, joins/aggregates, indexes, transactions and backup/restore — with common options and practical examples.
35 commands
PostgreSQL 14+
MySQL Commands Cheat Sheet
Quick reference for MySQL / MariaDB: client commands, DDL/DML statements, joins/aggregates, indexes, transactions and backup/restore — with common options and practical examples.
38 commands
MySQL 8.0+
Redis CLI Cheat Sheet
Quick reference for redis-cli: connection & info, key/string commands, hashes, lists, sets, sorted sets, streams, pub/sub, server management, persistence & replication and diagnostics — with common options and practical examples.
42 commands
Redis 6.2+
MongoDB (mongosh) Cheat Sheet
Quick reference for mongosh: connect, CRUD, query operators, aggregation pipeline, indexes, replica sets, users and dump/restore — with the most common shell patterns and practical examples.
30 commands
MongoDB 6.0+ / mongosh 1.6+
Package Manager
Network & Transfer
SSH & OpenSSH Cheat Sheet
Quick reference for OpenSSH: connections, key management, the user config file, file transfer (scp/rsync/sshfs), port forwarding and jump hosts — with common options and practical examples.
26 commands
OpenSSH 9.0+
curl Cheat Sheet
Quick reference for curl: HTTP verbs, headers, authentication, JSON, forms, uploads, downloads, redirects, debugging, retries, and connection controls — with common options and practical examples.
30 commands
curl 7.88+