
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 …
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.
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
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.
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.
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.
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.
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!
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.
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 …