Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 490 Bytes

help.md

File metadata and controls

22 lines (20 loc) · 490 Bytes

HI! THIS VIDEO IS ABOUT NPM AND GIT 1). WE NEED DOWNLOAD GIT\

  • LIST all folder we type:ls
  • view folder
  • Run nodejs file
  • editor
  • insert data: type i
  • Quite and save:ESC + wq:

2). GIT

  • Config
  • Git config --global user.name
  • Git config -global user.email
  • Create public key: ssh -keygen -t rsa. Then enter
  • View your key:cat ~/.ssh/id_rsa.pub
  • Copy your key and paste to github setting

3).Now you can download your folder

  • Install on client: git init
  • Clone
  • Create file