You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If we run `ls` at this point, we will still see just one file called `ToDo.txt`.
198
+
> If we run `ls` at this point, we will still see just two files called`README.md` and`ToDo.txt`.
191
199
> That's because Git saves information about files' history
192
200
> in the special `.git` directory mentioned earlier
193
201
> so that our filesystem doesn't become cluttered
194
202
> (and so that we can't accidentally edit or delete an old version).
195
203
{: .callout}
196
204
197
-
Now suppose we add more information to the ToDo.txt file.
205
+
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`.
198
206
199
207
~~~
200
208
$ nano ToDo.txt
209
+
~~~
210
+
{: .bash}
211
+
212
+

0 commit comments