See how you can create and checkout a branch with the same command... Learn More
You can rename a Git branch using the git branch command followed by... Learn More
To switch to a Git branch, you're going to use the git checkout command followed by the branch name... Learn More
To checkout a remote Git branch you will use the git checkout command followed by the branch...Learn More
Delete a Git branch locally using the git branch command followed by... Learn More
Deleting a remote Git branch works differently than deleting a Git branch locally... Learn More
To view a list of your Git branches, you can run the git branch command... Learn More
To merge a feature branch into master, you will first need to... Learn More
You will use the git push command to set an upstream branch... Learn More
It is possible to cherry pick from another repo using the command line... Learn More
Git 1.7.2 introduced the ability to cherry pick a range of commits... Learn More
Get updates when we publish new concepts by signing up for our newsletter!