The git config command is a convenience function that is used to set Git configuration values on a global or local project level. Learn more here.| Atlassian
Set up a git repository: git init creates a new repo, git clone copies an existing repo, git config configures your Git installation from the command line| Atlassian
This guide will walk you through what to consider when choosing a code repository. Understand the pros and cons of different source code hosting services.| Bitbucket
This document is an in-depth review of the git branch command and a discussion of the overall Git branching model.| Atlassian
The git pull command is used to fetch and download content from a remote repository. Learn how to use the git pull command in this comprehensive tutorial.| 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
A git feature branch is a temporary branch used for development or testing purposes. Learn about the best way to manage them using this guide!| Atlassian
-l --local | git-scm.com