Home ›
Agaric Quick Tip: if git status works yet 'not a repository', you're in a symlinkAgaric Quick Tip: if git status works yet 'not a repository', you're in a symlink
Submitted by Benjamin Melançon on May 10, 2010 - 12:01am
If git status works and git anything else doesn't, you are probably in a symlink.
ls -la doesn't show a .git directory, but git status gives results, but git pull says it's not a git repository?
cd up another directory or two (one at a time) and ls -la to see.
Searched words:
git status showing stuff git pull doesn't work git update fails
not a git repository fatal error
Comments
Post new comment