Git branching intro. Create, list, rename, delete branches with git branch. git checkout: select which line of development you want and navigate branches| Atlassian
Git reset is a powerful command that is used to undo local changes to the state of a Git repo. Explore its 3 primary forms of invocation in this article.| Atlassian
The git remote command lets you create, view and delete connections to other repositories. Learn all about git remote and how it helps with git syncing.| Atlassian
This document is an in-depth review of the git branch command and a discussion of the overall Git branching model.| Atlassian
Pushing is how you transfer commits from your local repository to a remote repo. Learn how to use git push with this tutorial.| Atlassian
In this tutorial, we'll show you how to create a new branch on Git using Bitbucket Cloud.| Atlassian
Formatting the output of git log is essential when working with large repositories. In this tutorial, we'll show you how to do it in an easy way.| Atlassian