✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Нека е дадена датотеката numbers.txt со иницијална содржина 1,2,3,4,5. Се прави commit, па се префрлува на нова гранка branch1. Таму се прави промена дополнување на содржината на датотеката, односно се допишува ,6,7,8, па се прави commit. Се враќаме повторно на гранката master и таму додаваме нова датотека text.txt, па правиме commit. // Let numbers.txt be a file with the initial content 1,2,3,4,5. After inserting the initial content a commit is done. Then a checkout to the new branch branch1. Over there at the end of the line of the file ,6,7,8 is written and this change is commited to the new branch. A checkout to the master branch is done where a new file text.txt is created and then a commit is done.
Содржината на датотеката кога сме на гранката master e: // The content of the file when we are on the master branch is:
Содржината на датотеката кога сме на граната branch1 e: // The content of the file when we are on the branch1 branch is:
Спојувањето на гранката branch1 кон гранката master: // The merging of the branch1 towards the master branch:
Спојувањето на гранката branch1 кон гранката master ќе се изврши по стратегија: // The merging of the branch branch1 towards the branch master will be done with the strategy:
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!