
Git Workflow | Atlassian Git Tutorial
The array of possible workflows can make it hard to know where to begin when implementing Git in the workplace. This page provides a starting point by surveying the most common Git …
Gitflow Workflow | Atlassian Git Tutorial
A deep dive into the Gitflow Workflow. Learn if this Git workflow is right for you and your team with this comprehensive tutorial.
Git Feature Branch Workflow | Atlassian Git Tutorial
In this document, we discussed the Git Feature Branch Workflow. This workflow helps organize and track branches that are focused on business domain feature sets.
What Is a Git Fork? | Atlassian Git Tutorial
A breakdown of the Git Forking Workflow. Learn how git fork can help teammates and collaborators work better together.
Git 工作流程 | Atlassian Git Tutorial
在 Git 管理的项目中与团队合作时,重要的是要确保团队在如何应用变更流程上达成一致。 为确保团队保持同步,应开发或选择商定的 Git 工作流程。
How to Use Git? Tutorials, Workflows & Commands | Atlassian
Git is an open source version control system used by programmers to manage their code. Learn about its features and benefits in this tutorial.
Merging vs. Rebasing | Atlassian Git Tutorial
In this article, we’ll compare git rebase with the related git merge command and identify all of the potential opportunities to incorporate rebasing into the typical Git workflow.
Learn how Git fits into an agile workflow | Atlassian
Git's flexibility supports a range of workflow needs for any given software team. Here are three tips to make Git fit into your agile workflow.
Trunk-based development - Atlassian
Gitflow is an alternative Git branching model that uses long-lived feature branches and multiple primary branches. Gitflow has more, longer-lived branches and larger commits than trunk …
Git Tutorials and Training | Atlassian Git Tutorial
Learn the basics of Git through this comprehensive Git training. Branching, pull requests, merging and more are covered in the Atlassian Git tutorial.