The output of the diff-u README.md-repo README.md command is shown. The original file was 165 lines long How many lines are in the edited copy of the file?
The diff -u command shows the differences between two files. In the output provided:
Lines with + indicate additions.
Lines with - indicate deletions.
From the exhibit:
There are 8 additions (lines marked with +).
There are no deletions.
The original file was 165 lines long. Adding the 8 new lines results in a total of 173 lines.
[Reference: Cisco DevNet Associate documentation on using version control systems and understanding diff outputs., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit