Dev tool

Chụp ảnh màn hình


Coding tool


npm install


npm install --global yarn
npm install -g zmp-cli


git config --global user.name "Thanh Long"
git config --global user.email "longnt.working@gmail.com"

Confirm that you have set the Git username correctly:

$ git config --global user.name
> Mona Lisa
$ git config --global user.email

Last updated