I want to stop git monitoring a directory so if I'm in that directory and type git status
I get the message, fatal: not a git repository
.
Currently when I type git status
, I get On branch master
.
I've tried git rm -r --cached <filename>
but get the message, fatal: not a git repository
appears.
I'm quite new to this and so I'm not sure if I'm using the correct terminology here.
Thanks for any help.