-
Notifications
You must be signed in to change notification settings - Fork 0
Js-Nanodegree/FireBase
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
git init git config --global user.name "js-nanodegree@outlook.com" git config --global user.email "js-nanodegree@outlook.com" git config --list Добавление в кеш git add удаление файла из кеша git rm --cached .txt git commit -a -m "init" git add * git status возврат состояния. git checkout -- .txt git log git checkout -b new_F Ветка git branch переход по веткам git checkout name создание веток git branch name git remote add origin https://github.com/Js-Nanodegree/FireBase.git git push -u origin master git add * git commit -m '2' git push -u origin master2 heroku login node --version npm --version git --version git clone cd heroku create git push heroku master heroku ps:scale web=1 heroku open
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published