Skip to content

Commit

Permalink
Added screenshot to show where text is added
Browse files Browse the repository at this point in the history
  • Loading branch information
anelda authored Nov 30, 2017
1 parent 31d1556 commit 588fb0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,16 @@ Date: Thu Aug 22 09:51:46 2013 -0400
> (and so that we can't accidentally edit or delete an old version).
{: .callout}

Now suppose we add more information to the ToDo.txt file.
Now suppose we add more information to the ToDo.txt file. Remember to save and exit the file in Nano by typing `CTRL + O` followed by `enter` and then `CTRL + X`.

~~~
$ nano ToDo.txt
~~~
{: .bash}

![Add extra lines to the existing file ToDo.txt](../fig/git-add-lines.png)

~~~
$ cat ToDo.txt
~~~
{: .bash}
Expand Down

0 comments on commit 588fb0e

Please sign in to comment.