简体   繁体   中英

How do I remove a repository from git gui?

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

如果你想要摆脱项目本身继续并删除它,如果你只是想摆脱存储库并保持代码删除.git文件夹在项目的根目录。

Under your repository name, click Settings.

click on delete repository button.

you will get pop-up if you want to permanently delete it then just click on delete button. Now its done.

First delete the repository under settings. After that you need to delete the hidden.git folders... for that use this command in git command line: $ rm -rf.git

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM