Skip to content

merioara-denis-ya/lesson-5-14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Шпаргалка по git

Первоначальная настройка

  • git config --global user.name "[имя]"
  • git config --global user.email "[адрес электронной почты]"

Создание репозитория

  • git init

Клонирование git репозитория

  • git clone

Создание commit

  • git add . или git add --all
  • git commit -m "[сообщение с описанием]"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors