【问题标题】:Delete repository on github using ubuntu command terminal [duplicate]使用ubuntu命令终端删除github上的存储库[重复]
【发布时间】:2019-11-15 15:12:33
【问题描述】:

我在 GitHub 上有一个名为 my_work 的存储库。在那个存储库中,我有 4 个文件。我想知道我是否可以从命令终端中直接删除my_work文件夹。

【问题讨论】:

    标签: ubuntu github command-line


    【解决方案1】:

    你可以尝试本地 repo:

    rm -r .git
    

    从存储库的根目录。

    其他可以帮助您的链接: How to delete my repository on Git using command line?

    How to fully delete a git repository created with init?

    【讨论】:

      猜你喜欢
      • 2014-10-12
      • 2012-08-27
      • 2020-07-09
      • 2013-10-19
      • 2020-10-19
      • 2012-03-04
      • 2011-08-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多