- Get actual branch
master
using commandgit pull
- Create new branch using command
git checkout -b "BRANCH_NAME"
and name it asYOUR_LASTNAME_YOUR_FIRST_NAME_HW_XXX
. - Create new folder in
./homeworks/group-Y/lesson-XXX/YOUR_LASTNAME_YOUR_FIRST_NAME
and complete your tasks. - Push to origin your branch and open pull request from your branch to master.
Y - group number
XXX - current lesson number
Homeworks - folder for homeworks
Presentations - folder for slides
YOUR_LASTNAME_YOUR_FIRST_NAME -
Musk_Elon