All cheat sheets
💻

Git & Linux

Daily commands every intern and SDE should muscle-memory.

Git essentials

clone / pull / pushGet repo · sync remote · publish commits.
branch / checkoutIsolate work; never commit straight to main on teams.
commit / status / diffSnapshot · what's dirty · what changed.
rebase / mergeLinear history vs merge commits — know both.

Linux quick

ls / cd / pwdList · change dir · print working directory.
grep / findSearch file contents · locate files by name/meta.
chmod / chownPermissions · ownership (security basics).
ps / top / killProcesses · resource view · terminate PID.