I can still see my Git Repository when I click on :
Team > Git > Repository Browser
Even though I have deleted the .git folder from the files of the Project.
I have tried to disconnect / reconnect, still the same.
If you want to delete your project and start over, follow these steps. Start NetBeans. Right-click on the project node and select Delete.
The git remote remove command removes a remote from a local repository. You can use the shorter git remote rm command too. The syntax for this command is: git remote rm <remote-url>. If you remove a remote accidentally, you will need to add it back manually using the git remote add command.
The git rm command can be used to remove individual files or a collection of files. The primary function of git rm is to remove tracked files from the Git index. Additionally, git rm can be used to remove files from both the staging index and the working directory.
Found the solution, just have to restart Netbeans...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With