Add another file
Repeat the process with another new file
Create a new file
Let us create a file called second.txt with one line in it, in the same directory as before and check the status now:
We can see that Git only shows the untracked files and nothing about the committed files!
Commit the new file
We can add all (untracked) files in one shot and then commit as follows
Last updated