/homeworks

Homeworks for seytech

Primary LanguageHTML

Welcome to Seytech Homeworks

This is a repository for Homeworks.

Usage

  1. Fork this repository

  2. Clone the forked repository to your machine using:

    • git clone <your-origin-url>
  3. Change directory into cloned project

    • cd homeworks
  4. Create a branch based on class

    1. create a branch [class]-[username] sample: intro-to-js-ulanbak
  5. After you finish your homework push it to your github master branch

    • git add --all
    • git commit -m "your message"
    • git push --set-upstream origin intro-to-js-[username]
  6. Then from your github master open PULL REQUEST seytechchool/homeworks upstream to your username branch

    • Ex: seytechschool/homeworks, base:your-username <- your-username/homeworks, base:master
  7. Start doing same thing for other classes

    names:

    • intro-to-js
    • functions
    • loops
    • dom
    • data-types
    • methods
    • Each Class homeworks need to have a new pull request.