how do I remove the Git reference that comes with the nest app created with the nest new command using npm. as I have not been able to commit Github.
I tried git add . I saw an unexpected error: 'server/' does not have a commit checked out fatal: adding files failed. server being the name of the nest application.