Git Product home page Git Product logo

dccd-hmwrk's Introduction

Домашние задания к курсу Decacode: Application developers

Как подтверждать домашние задания

Перед выполнением домашнего задания:

  1. Перейти в папку с домашними заданиями: cd Desktop/decacode-2-homework.
  2. Создать ветку с названием урока и его номером: git branch 2/remembering-javascript.
  3. Перейти в эту ветку: git checkout 2/remembering-javascript.
  4. Создать в ней папку c названием урока и его номером: mkdir 2-remembering-javascript.
  5. Перейти в эту папку: cd 2-remembering-javascript.
  6. Все файлы, связанные с домашним заданием создавать в этой папке.

После выполнения домашнего задания:

  1. Добавить файлы в git: git add ..
  2. Сделать коммит с описанием проделанной работы: git commit -m 'Add first homework'.
  3. Загрузить изменения на github: git push origin 2/remembering-javascript.
  4. В браузере перейти в репозиторий с домашним заданием на github.
  5. Перейти в только что созданную ветку.
  6. Нажать на кнопку New pull request.
  7. Создать pull request, нажав на зелёную кнопку Create pull request.
  8. Скопировать ссылку из браузера и добавить в соответствующий день в таблице.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.