Posted on:

23 Jul 2021

0

Creating a directory in Git

Dear Sir,

I got this message while trying to create a directory

"$ git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        ../

nothing added to commit but untracked files present (use "git add" to track)

adebo_000@AKAY MINGW64 /h/365 Data Science/Git/shop/shop (master)
$ git add list.txt

adebo_000@AKAY MINGW64 /h/365 Data Science/Git/shop/shop (master)
$ git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        ../

nothing added to commit but untracked files present (use "git add" to track)

adebo_000@AKAY MINGW64 /h/365 Data Science/Git/shop/shop (master)
$
"

What can I do to fix it?

Thanks

0 answers ( 0 marked as helpful)

Submit an answer