Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 736 Bytes

File metadata and controls

19 lines (16 loc) · 736 Bytes

Work with tasks by GIT

  1. Go to master branch

  2. pull all data from remote repository

  3. Create a branch
    branch name pattern: task-[Task name]
    Example: task-Git

  4. Create a folder folder name must be the same like a branch name

  5. Go to created in step 4 folder

  6. Implement your code

  7. Commit code to git

  8. push code to remote repository

  9. Create Pull Request(PR) and assign this PR to your teacher
    Important:

    • Changes must not contain commented code, unnecessary files, changes from other branches and generated files like *.bundle.js. Please review your changes before contributing. .editorconfig, .gitignore, etc. can be included
  10. Send the link to PR to teacher

  11. Waiting review