Skip to content

Gtes/animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Настройка:

  1. Создаете локальную копию проекта

    git clone <ссылка на GitHub вашего форка> или клон с fl-05-epam

  2. Настройка upstream ветки

    git remote add origin <ccылка на Ваш форк>

    git remote add upstream https://github.com/fl-05-epam/animation.git

  3. Алгоритм комита:

    git pull upstream master - стягивает изменения с основной ветки

    git status - проверить, какие файлы Вы изменяли

    git add <файл или . (добавить все)> - добавляет все измененные файлы.

    git commit -am "описание того, что вы сделали" - сохраняем изменения на ветке

    git push origin master - отправляем изменения себе в форк

    Создать pull request в удаленном репо.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.2%
  • HTML 14.8%