How do I remove a repository from git gui?

git

Solution

If you want to get rid of the project itself go ahead and delete it if you just want to get rid of the repository and keep the code delete .git folder in the root of your project.

Problem

I'm just learning Git and would like to remove my first project from git gui.

Original source