如何删除 Bitbucket 上的分叉?

发布于 2024-11-27 01:53:16 字数 153 浏览 0 评论 0原文

我在 Bitbucket 上分叉了一个仓库,这是一个错误,我想删除该分叉。

我不想经历将其合并回来的麻烦(无论如何,这会产生误导,因为我没有进行任何更改),我只想将其删除。

我在 Bitbucket 中看不到用于此目的的前端选项,但一定有一个......对吧?

I've forked a repo on Bitbucket, it was a mistake, I want to delete the fork.

Rather than go through the hassle of merging it back in (which would be misleading as I haven't made any changes, anyway) I'd just like to delete it.

I can't see a front-end option in Bitbucket for this, but there must be one... right?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

荆棘i 2024-12-04 01:53:16

考虑到 BitBucket 分叉只是在 BitBucket 端创建一个存储库,删除所述分叉的最简单方法是......只需删除 BitBucket 存储库即可。

(2014 年 5 月更新)

请参阅删除 Bitbucket 存储库

  1. 登录您的 Bitbucket帐户。
  2. 导航到您要删除的存储库。
  3. 单击存储库的设置图标。
  4. 从左侧导航中选择“删除存储库”。
    系统弹出删除对话框。
  5. (可选)在“重定向到”字段中输入 URL。
    未来尝试访问您的存储库的用户将被发送到这个新 URL。
  6. 按删除存储库。

示例:

删除 bitbucket 存储库

Considering that a BitBucket fork simply create a repo on the BitBucket side, the simplest way to delete said fork is... simply delete the BitBucket repository.

(Update May 2014)

See Deleting a Bitbucket Repository:

  1. Log into your Bitbucket account.
  2. Navigate to the repository you want to delete.
  3. Click the repository's settings icon.
  4. Choose Delete Repository from the left-hand navigation.
    The system displays the deletion dialog.
  5. (Optional) Enter a URL in the Redirect to field.
    Future users who try to access your repository are sent to this new URL.
  6. Press Delete repository.

Example:

delete bitbucket repo

三生路 2024-12-04 01:53:16

在 BitBucket 上花了很多时间尝试删除我的存储库之后。我花了时间在 git 上编写了类似教程

如何删除 Bitbucket 存储库 - 更新于 2017 年 10 月 19 日

  1. 登录到你的 BitBucket帐户。

  2. 单击要从右侧边栏删除的存储库。

  3. 单击存储库主导航栏上的设置按钮。

  4. 向下导航并单击按钮删除存储库

  5. 单击按钮删除

对于懒惰的人来说,这里是图像,你知道他们怎么说图像就像 1000 个单词。

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

After spending times on BitBucket trying to delete my repository. I took the time and wrote tutorial like on git

How to delete Bitbucket repository - updated 2017-10-19

  1. Login to your BitBucket account.

  2. Click on the repository that you want to delete from right sidebar.

  3. Click on button Settings on main navigation bar of your repository.

  4. Navigate down and click on button Delete repository.

  5. Click on button Delete.

For the lazy ones here are the images, you know how they say image is like 1000 words.

enter image description here

enter image description here

enter image description here

enter image description here

怀里藏娇 2024-12-04 01:53:16

Atlassian 不断改变用户界面,希望人们停止删除存储库。它又变了。

今天,在他们将我拒之门外后,我放弃了 Bitbucket,因为他们的新登录系统已完全损坏,除非您允许第三方 cookie,以便他们可以同时将您登录到两打网站。谢谢,不。

截至2020 年 7 月,删除按钮的当前位置为:

Repository Settings
  > Repository Details
    > three dots non-descript button on the top right of the page
      > Delete

< img src="https://i.sstatic.net/klI5t.png" alt="在此处输入图像描述">

Atlassian keep changing the UI in the hopes people will stop deleting repositories. It changed yet again.

Today I gave up on bitbucket after they locked me out because their new login system is completely broken unless you allow third-party cookies so they can log you in two dozen sites at once. Thanks, no.

The current, as of 2020-Jul, position for the delete button is:

Repository Settings
  > Repository Details
    > three dots non-descript button on the top right of the page
      > Delete

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文