Skip to content
15 changes: 15 additions & 0 deletions Kartychak_HW1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')