- Get the actual branch
master
using the commandgit pull
- Create a new branch using the 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 a 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