logo

Crowdly

Нека е дадена датотеката numbers.txt  со иницијална содржина 1,2,3,4,5. Се прав...

✅ 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. Таму се прави промена на содржината на датотеката така што наместо бројот 4 се става 6, а после бројот 5 се допишуваат ,6,7,8. // Let numbers.txt be a file with initial content 1,2,3,4,5. After writing the initial content a commit is made and then a transfer to a new branch named branch1. Over there the file is changed in such a way that the number 4 is replaces with 6, and at the end of the line it's written ,6,7,8. 

Содржината на датотеката кога сме на гранката 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: 

More questions like this

Want instant access to all verified answers on courses.finki.ukim.mk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!