In this repository, an initial commit was made on the main branch with two files: file1.txt and file2.txt. A new branch called feature was then created from main and both files were modified. After committing these changes on feature, the repository was switched back to the main branch.
Your task is to display the full diff between the main branch and the feature branch.
Write your Git command(s) below line by line.