i not able checkout to other branch after i clone my laravel project..
now im using :
- Docker
- laravel project
- laradock inside my laravel project
so the shema folder will be like this
Desktop/gushcloud/<laravel project>/laradoc
when i want to checkout to origin branch or i run "git status". the error is this
fatal: not a git repository: laradock/../.git/modules/laradock
i already did run commend "git init".. the result is this
Reinitialized existing Git repository in /Desktop/gushcloud/<laravel project>/.git/
but i still now able to checkout origin branch. I go to my folder laradock and run "git init" and "git status".. the result is this
fatal: not a git repository: /Desktop/gushcloud/<laravel project>/laradock/../.git/modules/laradock
what should i do for this? please help me.