Skip to content

Instantly share code, notes, and snippets.

@anburocky3
Created December 21, 2023 10:57
Show Gist options
  • Save anburocky3/1a44a1c2fba20146ca96702e368dd88e to your computer and use it in GitHub Desktop.
Save anburocky3/1a44a1c2fba20146ca96702e368dd88e to your computer and use it in GitHub Desktop.
Important commands for developers (Web)

Important commands in Development

  • change the directory (cd)
cd path

folder-1 > folder-2

For example: Navigate from: folder-1 to folder-2

cd folder-1/folder-2
  1. clear

To clear the console messages. (It wont remove, it will just clear!)

  1. Visual Studio Code (code),

code folder-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment