✅ 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 и се прави замена на бројот 4 со бројот 6, па се прави commit. // Let numbers.txt be a file with initial content 1,2,3,4,5. After writing the initial content, a commit is done and then a transfer to the branch branch1 is done. Over there the file is changed in such a way that at the end of the line ,6,7,8 is written. Then a checkout to the master branch is done, where the number 4 is replaced with the number 6, and a commit is done afterwards.
Содржината на датотеката кога сме на гранката 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!