Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove a git repository from the Repository Browser on Netbeans?

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.

like image 882
lepix Avatar asked Feb 25 '12 18:02

lepix


People also ask

How do I delete a repository in NetBeans?

If you want to delete your project and start over, follow these steps. Start NetBeans. Right-click on the project node and select Delete.

How do I remove a remote Git repository?

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.

Which command is used to delete repository in Git?

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.


1 Answers

Found the solution, just have to restart Netbeans...

like image 132
lepix Avatar answered Nov 12 '22 13:11

lepix