Cheatography
https://cheatography.com
This cheat sheet serves as a handy reference for both Linux system administration tasks and software development using Git, Lua, and Love2D. It's a practical tool for users who want quick access to these commonly used commands in their daily workflow.
Basic Commands
|
List files and directories in the current directory. |
|
Change the current directory. |
|
Print the working directory. |
|
Create a new directory. |
|
Create an empty file. |
|
Remove files or directories (use with caution). |
|
Copy files or directories. |
|
Move or rename files or directories. |
|
Display the contents of a file. |
|
Search for text in files. |
|
Change file permissions. |
|
Execute a command with superuser privileges. |
|
List running processes. |
|
Display dynamic system statistics. |
|
Display disk space usage. |
|
Display directory space usage. |
|
|
Git Commands
|
Display the status of the working directory. |
|
Initialize a new Git repository. |
|
Clone a remote repository. |
|
Stage changes for commit. |
|
Commit changes to the repository. |
|
Show commit history. |
|
Fetch and merge changes from a remote repository. |
|
Push local changes to a remote repository. |
|
List branches in the repository. |
|
Switch to a different branch. |
|
Merge changes from one branch into another. |
Love2d/Lua Commands
|
Start the Lua interpreter in the terminal. |
|
Run a Love2D game/application. |
Example: love mygame
to run a Love2D game located in the "mygame" directory.
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets