Skip to content

Js-Nanodegree/FireBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published