diff command - Check File Diffs

You can use the diff command to see the differences in the files.

git diff File1 File2

This is a sample of the output result of diff.

  ServerName system.online-fudousan.jp

-  <Directory /var/www>
-    Options +ExecCGI
-  </Directory>
-
   RewriteEngine On
   RewriteCond %{HTTP_HOST} !^\Qsystem.online-fudousan.jp\E
   RewriteRule (.+) https://system.online-fudousan.jp$1 [R=301,L]

Associated Information