... | ... | @@ -182,7 +182,7 @@ Let's create a file in your git folder and see how this change is shown in git. |
|
|
nothing added to commit but untracked files present (use "git add" to track)
|
|
|
````
|
|
|
We see that there is a file called "fred.txt" that is not yet in the Index, or in the repo.
|
|
|
4. Let's do as suggested as add the file with `git add fred.txt`.
|
|
|
4. Let's do as suggested and add the file with `git add fred.txt`.
|
|
|
5. If we `git status` again we see:
|
|
|
````
|
|
|
On branch master
|
... | ... | |