- Click the Fork button at the top-right corner of this page and the repository will be copied to your own account
- Run
git clone https://github.com/<your-account>/bsuir-751005.git
from git bash in a preferred folder
- Checkout into separate branch from master branch (Each tasks should be done into separate branch) (
git checkout -b lab-2
) - You should create folder called with your name and surname (
Denis Shutikov
) and put all next labs in this folder. - Make a commit (or several commits) in this branch with suitable signature. Each commit should start from your name and surname and then some useful data (
git commit -m "Denis Shutikov/feature: Lab 2 done
) - Create a fork pull request into master branch after completing the task according instruction Creating a pull request from a fork
- Then teacher will merge your pull request into master branch in base repository.
- If you want to changes from master branch in base repository to be reflected in your own forked repository, you should merge master branch from base repository to your own.
- Show pull request to your teacher and participate on code review
- Answer the questions and give explanations