Source control management (scm), labs – git

In this question git status command was used but the output came as 'nothing added to commit but untracked files present". Can someone please help how to resolve this -

@Piyushm , Please see the attached screenshot.

Also recommend you to go through Git - For Beginners course in kodekloud.

You are outside of “myrepo” directory.
Please go to “myrepo” directory first by “cd myrepo” and then do “git status”. And then you can add the untracked files, commit changes.

Hi mitul,
Thanks for help. Can you please help me with below highlighted message when i 've tried to commit -

1 Like