Git branching intro. Create, list, rename, delete branches with git branch. git checkout: select which line of development you want and navigate branches| Atlassian
In this article we'll look at the differences between using git commit and svn commit. Learn some common options for using git commit, shortcuts and more.| Atlassian
Sourcetree is a free Mercurial and Git Client for Windows and Mac that provides a graphical interface for your Hg and Git repositories.| Atlassian
Git clone is a Git command line utility used to target and create a copy of the target repository. Learn extended configuration options and common uses.| Atlassian
This document is an in-depth review of the git branch command and a discussion of the overall Git branching model.| Atlassian
A breakdown of the Git Forking Workflow. Learn how git fork can help teammates and collaborators work better together.| Atlassian
A feature branch is a temporary branch used for development or testing purposes. Learn about the best way to manage them using this guide!| Atlassian
A deep dive into the Gitflow Workflow. Learn if this Git workflow is right for you and your team with this comprehensive tutorial.| Atlassian