About 2,030,000 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 …

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

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

  4. Git Feature Branch Workflow | Atlassian Git Tutorial

    The Git Feature Branch Workflow is a composable workflow that can be leveraged by other high-level Git workflows. We discussed other Git workflows on the Git workflow overview page.

  5. Git Merge | Atlassian Git Tutorial

    Merging is an essential process when working with Git. We discussed the internal mechanics behind a merge and the differences between a fast forward merge and a three way, true merge.

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

  7. git error fatal: Unable to create '<path>/.git/index.lock': File exists.

    Learn how to resolve the Git error "fatal: Unable to create '.git/index.lock': File exists" with this step-by-step guide.

  8. What Is a Pull Request? | Atlassian Git Tutorial

    Open source development is more than just writing code. It also involves collaboration with other developers. Learn about how pull requests work in Git!

  9. Git Push | Atlassian Git Tutorial

    Pushing is how you transfer commits from your local repository to a remote repo. Learn how to use git push with this tutorial.

  10. git init: Set Up Your Git Repo | Atlassian Git Tutorial

    Here we demonstrated how to create a git repository using two methods: git init and git clone. This guide can be applied to manage software source code or other content that needs to be …