Introduction
ð§âðŧ New to Git or LabEx? We recommend starting with the Quick Start with Git course.
In Git, branches are used to develop features or isolate changes made to the codebase. After a branch has served its purpose, it is merged back into the main branch. However, it is important to keep track of which branches have been merged and which have not. This challenge will test your ability to view a list of all merged local branches.