Introduction
ð§âðŧ New to Git or LabEx? We recommend starting with the Quick Start with Git course.
When working with Git, it is common to push your local changes to a remote repository. By default, Git will push your changes to a branch with the same name as your local branch. However, sometimes you may want to push your changes to a different branch. In this lab, you will learn how to set the default push branch name to the name of the current local branch.