diff --git a/Kartychak_HW1.py b/Kartychak_HW1.py index e540432..a958c62 100644 --- a/Kartychak_HW1.py +++ b/Kartychak_HW1.py @@ -2,3 +2,18 @@ print('STEP 2: first commit branch master') print('STEP 3: second commit branch master') print('STEP 4: third commit branch master - final task 2') + +# task 3 - branch develop +print('STEP 5: first commit branch develop') +print('STEP 6: second commit branch develop') +print('STEP 7: third commit branch develop - final task 3') + +# task 4 - branch issue53 +print('STEP 8: first commit branch print issue53') +print('STEP 9: second commit branch print issue53') +print('STEP 10: third commit branch print issue53 - final task 4') + +# task 4 - branch issue75 +print('STEP 11: first commit branch issue75') +print('STEP 12: second commit branch issue75') +print('STEP 13: third commit branch issue75 - final task 5') \ No newline at end of file