About 396 results
Open links in new tab
  1. Git Workflow | Atlassian Git Tutorial

    A Git workflow is a recipe or recommendation for how to use Git to accomplish work in a consistent and productive manner. Git workflows encourage developers and DevOps teams to leverage Git effectively and consistently.

  2. Super-powered continuous delivery with Git | Atlassian

    Branching workflows make continuous delivery a simpler proposition, and Git takes the headaches out of branching. Keep reading for deeper dives into setting up your Git repository to be CD-friendly and how to put all these ideas into practice using your Atlassian tools.

  3. Simple Git workflow is simple - Work Life by Atlassian

    Jan 9, 2014 · A basic basic branching workflow for continuous delivery. The simple workflow I want to describe has two guiding principles: master is always production-like and deployable. rebase during feature development, explicit (non fast-forward) merge when done.

  4. 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.

  5. Submodules: Core concept, workflows and tips - Atlassian

    Including submodules as part of your Git development allows you to include other projects in your codebase, keeping their history separate but synchronized with yours. It's a convenient way to solve the vendor library and dependency problems.

  6. workflow git | Atlassian Git Tutorial

    Un workflow Git est une recette ou une recommandation expliquant comment utiliser Git pour accomplir une tâche de façon cohérente et productive. Les workflows Git encouragent les développeurs et les équipes DevOps à exploiter Git de façon efficace et cohérente.

  7. So passt Git in einen agilen Workflow | Atlassian

    Die Flexibilität von Git unterstützt verschiedene Workflows, die die Anforderungen jedes Softwareteams erfüllen. Diese drei Tipps helfen dir dabei, Git an deinen Agile-Workflow anzupassen.

  8. 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.

  9. Learn Git - Tutorials, Workflows and Commands | Atlassian

    Here is a basic overview of how Git works: Create a "repository" (project) with a git hosting tool (like Bitbucket) Copy (or clone) the repository to your local machine; Add a file to your local repo and "commit" (save) the changes "Push" your changes to your main branch; Make a change to your file with a git hosting tool and commit

  10. Découvrez comment Git s'intègre à un workflow Agile | Atlassian

    Git est un outil flexible qui prend en charge un large choix de workflows répondant aux besoins de toutes les équipes de développement. Voici trois conseils pour intégrer Git dans votre workflow Agile.

Refresh