Exercise 2
Create a file
my_code.pyon themasterbranch with any Python code inside;Make a new branch called
feature;Modify one line of
my_code.pyboth on themasterand thefeaturebranch;Commit the changes
Checkout
masterMerge with
feature(resolve the conflict)
Last updated