VS Code
2021-12-07
REACT
Create the file
$ touch ComponentName.jsx
Inside file -> rafce
scafolds the file
EDITING
Shortcodes
To move a line: Option + arrow key
To format code: Shift + Option + F
To copy a line: Shift + Option arrow key
GIT
$ git branch branch-name
$ git checkout branch-name