John Blischak Small edit.  over 8 years ago

Commit id: eb25c6858a83921d8371f0884a2432a1c14024c1

deletions | additions      

       

Any lines of text that have been added to the script are indicated with a \verb|+| and any lines that have been removed with a \verb|-|.  Here, we altered the line of code which sets the value of \verb|fc_cutoff|.  \verb|git diff| displays this change as the previous line being removed and a new line being added with our updates update  incorporated. You can ignore the first five lines of output because they are directions for other software programs that can merge changes to files.  If you wanted to keep this edit, you could add \verb|clean.py| to the staging area using \verb|git add| and then commit the change using \verb|git commit|, as you did above.  Instead, this time undo the edit by following the directions from the output of \verb|git status| to ``discard changes in the working directory'' using the command \verb|git checkout|.