.. _diff:

diff
====

.. program:: diff

Synopsis
--------

::

    sample-rpkg diff [-h] [--cached] [files ...]

Description
-----------

Use git diff to show changes that have been made to tracked files. By default cached changes (changes that have been git added) will not be shown.

Arguments
---------

.. option:: files

   Optionally diff specific files



Options
-------

.. option:: -h --help

   show this help message and exit

.. option:: --cached

   View staged changes