From 588fb0ec268ecfcaca59f8e5d4969ea021f082dc Mon Sep 17 00:00:00 2001 From: Anelda van der Walt Date: Thu, 30 Nov 2017 09:00:44 +0200 Subject: [PATCH] Added screenshot to show where text is added --- _episodes/04-changes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_episodes/04-changes.md b/_episodes/04-changes.md index c1b2d25919..84194b8931 100644 --- a/_episodes/04-changes.md +++ b/_episodes/04-changes.md @@ -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}