How to delete remote repository on github?

后端 未结 6 1593
暖寄归人
暖寄归人 2020-12-13 16:58

I want to know how to delete repo in github account. I cannot see any indicators to delete on github interface.

6条回答
  •  独厮守ぢ
    2020-12-13 17:56

    Adding and Remove your remote repository from git hub:

    git remote add origin https://github.com/saikumarputta/TodoApi.git

    git remote remove origin

提交回复
热议问题