You can merge the changes you made in one branch into another branch. You also need to resolve any conflicts if they arise.
~/devops
directory master
branch then checkout to master
branch using git checkout master
commandhelloworld.py
file using cat helloworld.py
commandfeature_a
branch into master
branch using git merge <branch_name>
commandhelloworld.py
file againTaking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Please login to comment
0 Comments
There are 13 new comments.