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 init creates a new Git repository, can be used to convert an existing, unversioned project to a Git repo, or initialize a new, empty repo.| 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
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
The git fetch command downloads commits, files, and refs from a remote repository into a local repo. Learn about additional uses and see examples here.| Atlassian
Git branching intro. Create, list, rename, delete branches with git branch. git checkout: select which line of development you want and navigate branches| Atlassian