Add another file
Repeat the process with another new file
Create a new file
C:\...\GitExperiments\FirstDemo> ls
Directory:
C:\Users\ravi_\Source\repos\Experiments\GitExperiments\FirstDemo
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- Sat 04-02-2023 10:38 AM 6 hello.txt
-a---- Sat 04-02-2023 11:46 AM 10 second.txtC:\...\GitExperiments\FirstDemo> git status
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
second.txt
nothing added to commit but untracked files present (use "git add" to track)Commit the new file
Last updated