bitbucket

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bitbucket

Bitbucket

Bitbucket is Atlassian's Git solution. Its superpower is Jira Integration.
Bitbucket是Atlassian旗下的Git解决方案,它的核心优势是Jira集成

When to Use

适用场景

  • Jira Shops: If you use Jira, Bitbucket links code to tickets automatically.
  • Data Center: Enterprise self-managed instances.
  • 使用Jira的团队:如果你的团队使用Jira,Bitbucket可自动将代码与工单关联。
  • 数据中心:企业级自托管实例。

Core Concepts

核心概念

Sourcetree

Sourcetree

Atlassian's free Git GUI Key. Highly popular on Mac/Windows.
Atlassian推出的免费Git图形界面工具,在Mac/Windows平台广受欢迎。

Pipelines

Pipelines

Bitbucket's CI system (YAML based).
Bitbucket的CI系统(基于YAML)。

Best Practices (2025)

2025年最佳实践

Do:
  • Use Smart Commits: "JIRA-123 #close" in commit message closes the Jira ticket.
  • Use Code Insights: View report data (test coverage) on PRs.
Don't:
  • Don't ignore security: Enable 2FA and SSH keys.
建议做法
  • 使用智能提交:在提交信息中加入“JIRA-123 #close”即可关闭对应的Jira工单。
  • 使用代码洞察:在拉取请求(PR)中查看报告数据(如测试覆盖率)。
不建议做法
  • 切勿忽视安全:启用双因素认证(2FA)和SSH密钥。

References

参考资料