You might also like2
Command Cheatsheet
Searchable database of common commands
How to use
- Search commands by name, description, or tags
- Filter by category (git, docker, find, grep, etc.)
- Click on a command to copy it to clipboard
- Browse commands to discover new ones
Undo last commit and discard changes
Resets the current branch to the previous commit, discarding all changes
Examples:
Temporarily save uncommitted changes
Examples:
Apply a specific commit to current branch
Examples:
Interactive rebase of last 3 commits
Examples:
Find files by name pattern
Examples:
Find files modified in last 7 days
Examples:
Find files larger than 100MB
Examples:
Search for pattern recursively
Examples:
Search with multiple patterns
Examples:
Run container in detached mode with port mapping
Examples:
Start services in detached mode
Examples:
Create compressed tar archive
Examples:
Create zip archive
Examples:
Connect to remote server
Examples:
Copy file to remote server
Examples:
Send POST request with JSON
Examples:
Make file executable
Examples: