Authorization with SSH on GitHub git init git remote add origin "your link HSS" git remote -v git add . git commit -m " git push origin master

create new branch git checkout -b feat/newBranches git checkout -b bugFix/newBranches

NestJS new modules nest g module name-module nest g controller name-controller --no-spec nest g service name-service --no-spec

Docker docker-compose up