Skip to content

Instantly share code, notes, and snippets.

View raditted's full-sized avatar
🍉
Assalamualaikum World

Radithya M.S raditted

🍉
Assalamualaikum World
View GitHub Profile

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

@raditted
raditted / terminal-commands.md
Created July 22, 2024 03:41 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen