I do by error pull of a project on Github in local project so all project in local are deleted and replace by the github project.
note: the project on Github is Flutter project and the local project is Laravel one.
How can I find my Laravel project?
this some code maybe help to resolve this issue
$ git status .
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
test.sh
nothing added to commit but untracked files present (use "git add" to track)