Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
D:\NodeJS\fullstack>git init Initialized empty Git repository in D:/NodeJS/fullstack/.git/ D:\NodeJS\fullstack>heroku git:remote -a pacific-springs-64758 set git remote heroku to https://git.heroku.com/pacific-springs-64758.git D:\NodeJS\fullstack>git add . warning: LF will be replaced by CRLF in .idea/fullstack.iml. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in .idea/misc.xml. ......... D:\NodeJS\fullstack>git commit -am "initial" warning: LF will be replaced by CRLF in .idea/workspace.xml. The file will have its original line endings in your working directory. [master (root-commit) ac5e170] initial 141 files changed, 19939 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/fullstack.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml ...................... D:\NodeJS\fullstack>git push heroku master Enumerating objects: 165, done. Counting objects: 100% (165/165), done. Delta compression using up to 4 threads. Compressing objects: 100% (159/159), done. Writing objects: 100% (165/165), 1.06 MiB | 263.00 KiB/s, done. Total 165 (delta 15), reused 0 (delta 0) remote: Compressing source files... done.